Package: python-networkmanager
Version: 0.9.10-1
Severity: wishlist
Tags: patch

python-networkmanager should support python3, but only a python2 module
is built currently. The included patch will add the
python3-networkmanager package.
diff --git a/debian/control b/debian/control
index cbfb6ee..8acc222 100644
--- a/debian/control
+++ b/debian/control
@@ -27,3 +27,21 @@ 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/
+ .
+ This package is built for Python 2.
+
+Package: python3-networkmanager
+Architecture: all
+Depends: network-manager (>= 0.9.0~),
+         ${misc:Depends},
+         ${python: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/
+ .
+ This package is built for Python 3.

Reply via email to