[Python-modules-commits] r34151 - in packages/python-ipaddress/trunk/debian (control)
mithrandi at users.alioth.debian.org
mithrandi at users.alioth.debian.org
Fri Sep 4 08:52:43 UTC 2015
Date: Friday, September 4, 2015 @ 08:52:42
Author: mithrandi
Revision: 34151
Run wrap-and-sort.
Modified:
packages/python-ipaddress/trunk/debian/control
Modified: packages/python-ipaddress/trunk/debian/control
===================================================================
--- packages/python-ipaddress/trunk/debian/control 2015-09-04 08:50:59 UTC (rev 34150)
+++ packages/python-ipaddress/trunk/debian/control 2015-09-04 08:52:42 UTC (rev 34151)
@@ -6,10 +6,10 @@
Build-Depends:
debhelper (>= 9),
dh-python,
- python-all,
pypy,
- python-setuptools,
pypy-setuptools,
+ python-all,
+ python-setuptools,
Homepage: https://github.com/phihag/ipaddress
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-ipaddress/trunk/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-ipaddress/trunk/
@@ -18,9 +18,7 @@
Package: python-ipaddress
Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends},
+Depends: ${misc:Depends}, ${python:Depends}
Description: Backport of Python 3 ipaddress module (Python 2)
This module is a backport of the stdlib "ipaddress" module from Python 3. The
"ipaddress" module is in turn based off of the "ipaddr" module available in
@@ -31,9 +29,7 @@
Package: pypy-ipaddress
Architecture: all
-Depends:
- ${misc:Depends},
- ${pypy:Depends},
+Depends: ${misc:Depends}, ${pypy:Depends}
Description: Backport of Python 3 ipaddress module (PyPy)
This module is a backport of the stdlib "ipaddress" module from Python 3. The
"ipaddress" module is in turn based off of the "ipaddr" module available in
More information about the Python-modules-commits
mailing list