severity -1 important
thanks

The comitup package has a dependency on python-networkmanager. It is
blocked from migrating to Python3 by the lack of a Py3 NetworkManager
module. It's my last Python2 package.

I've updated the patch from the original 2015 bug submission with a small fix.

Comitup uses NetworkManager to manage wifi connections. I've tested it with
the Python3 version generated with the patch, with no issues.

Set to 'important' due to the migration blocker.

-- 
AE0D BF5A 92A5 ADE4 9481  BA6F 8A31 71EF 3661 50CE
From e2763cd95a32eb24a2b9c63338a4684126814b2a Mon Sep 17 00:00:00 2001
From: David Steele <dste...@gmail.com>
Date: Mon, 11 Dec 2017 16:01:35 -0500
Subject: [PATCH] Create a python3 version of the package

---
 debian/control | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/debian/control b/debian/control
index cbfb6ee..a8a29b1 100644
--- a/debian/control
+++ b/debian/control
@@ -27,3 +27,17 @@ Description: Python interface to the NetworkManager D-Bus interface
  .
  See docs/index.rst for the documentation. An HTML version can be found on
  http://packages.python.org/python-networkmanager/
+
+Package: python3-networkmanager
+Architecture: all
+Depends: network-manager (>= 0.9.0~),
+         ${misc:Depends},
+         ${python3:Depends}
+Description: Python interface to the NetworkManager D-Bus interface
+ python-networkmanager wraps NetworkManager's D-Bus interface so you can be
+ less verbose when talking to NetworkManager from python. All interfaces have
+ been wrapped in classes, properties are exposed as python properties and
+ function calls are forwarded to the correct interface.
+ .
+ See docs/index.rst for the documentation. An HTML version can be found on
+ http://packages.python.org/python-networkmanager/
-- 
2.14.1

Reply via email to