[Python-modules-commits] [pytest-localserver] 02/04: wrap-and-sort -a -s
Daniel Stender
danstender-guest at moszumanska.debian.org
Tue Jul 21 08:43:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a commit to branch master
in repository pytest-localserver.
commit 4355a21f85fd4980fc80c1a819fe4548c8d0f58e
Author: Daniel Stender <debian at danielstender.com>
Date: Tue Jul 21 10:30:58 2015 +0200
wrap-and-sort -a -s
---
debian/control | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/debian/control b/debian/control
index b2c068b..5214f81 100644
--- a/debian/control
+++ b/debian/control
@@ -8,17 +8,17 @@ Build-Depends:
debhelper (>= 9),
dh-python,
python-all,
- python-setuptools,
- python-werkzeug (>= 0.10),
python-pytest,
- python-six,
python-requests,
+ python-setuptools,
+ python-six,
+ python-werkzeug (>= 0.10),
python3-all,
- python3-setuptools,
- python3-werkzeug (>= 0.10),
python3-pytest,
+ python3-requests,
+ python3-setuptools,
python3-six,
- python3-requests
+ python3-werkzeug (>= 0.10)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/python-modules/packages/pytest-localserver.git
Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/pytest-localserver.git
@@ -28,8 +28,8 @@ X-Python3-Version: >= 3.3
Package: python-pytest-localserver
Architecture: all
Depends:
- python-werkzeug (>= 0.10),
python-pytest,
+ python-werkzeug (>= 0.10),
${misc:Depends},
${python:Depends}
Description: py.test plugin to test server connections locally (Python 2)
@@ -41,8 +41,8 @@ Description: py.test plugin to test server connections locally (Python 2)
Package: python3-pytest-localserver
Architecture: all
Depends:
- python3-werkzeug (>= 0.10),
python3-pytest,
+ python3-werkzeug (>= 0.10),
${misc:Depends},
${python3:Depends}
Description: py.test plugin to test server connections locally (Python 3)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest-localserver.git
More information about the Python-modules-commits
mailing list