[Python-modules-commits] [python-virtualenv] 09/17: Only depend on the python-pip-whl package.
Barry Warsaw
barry at moszumanska.debian.org
Sun Jan 31 22:20:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository python-virtualenv.
commit 90275f61289c1f0a55c1cf779ac7b7532052fc14
Author: Barry Warsaw <barry at python.org>
Date: Sat Jan 30 14:54:22 2016 -0500
Only depend on the python-pip-whl package.
---
debian/changelog | 3 ++-
debian/control | 9 +++------
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ad0b8ff..4d91185 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-python-virtualenv (13.1.2+ds-1) UNRELEASED; urgency=medium
+python-virtualenv (14.0.3+ds-1) UNRELEASED; urgency=medium
* New upstream release. (Closes: #784353)
* d/control:
- Bump Standards-Version with no other changes necessary.
- Bump debhelper Build-Depends to version 9.
- Add new test dependencies to Build-Depends-Indep.
+ - Only depend on the python-pip-whl package.
* d/compat: Bump to version 9.
* d/rules:
- Disable the tests since the upstream tarball does not include enough
diff --git a/debian/control b/debian/control
index e94dcef..f183478 100644
--- a/debian/control
+++ b/debian/control
@@ -17,10 +17,9 @@ Build-Depends: debhelper (>= 9),
zip
Build-Depends-Indep: python-mock,
python-nose,
- python-pip-whl,
+ python-pip-whl (>= 8.0.2),
python-pytest,
python-setuptools,
- python-setuptools-whl,
python3-mock,
python3-nose,
python3-pytest,
@@ -32,9 +31,8 @@ X-Python3-Version: >= 3.3
Package: python-virtualenv
Architecture: all
Depends: python,
- python-pip-whl,
+ python-pip-whl (>= 8.0.2),
python-pkg-resources,
- python-setuptools-whl,
${misc:Depends},
${python3:Depends}
Recommends: virtualenv
@@ -48,8 +46,7 @@ Description: Python virtual environment creator
Package: python3-virtualenv
Architecture: all
-Depends: python-pip-whl,
- python-setuptools-whl,
+Depends: python-pip-whl (>= 8.0.2),
python3,
python3-pkg-resources,
${misc:Depends},
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-virtualenv.git
More information about the Python-modules-commits
mailing list