[Python-modules-commits] [python-virtualenv] 04/04: d/patches/use-wheels.patch: Since setuptools and pkg_resources are separate binary packages in Debian, and thus separate wheels, be sure to explicitly install pkg_resources from the distro wheel into the virtual environment. Otherwise the implicit assumption that the two always go together will be broken.

Barry Warsaw barry at moszumanska.debian.org
Thu Feb 25 21:39:25 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 c91d1433501486bd90124dd4549fd4b01ca77282
Author: Barry Warsaw <barry at python.org>
Date:   Thu Feb 25 16:39:13 2016 -0500

    d/patches/use-wheels.patch: Since setuptools and pkg_resources are separate binary packages in Debian, and thus separate wheels, be sure to explicitly install pkg_resources from the distro wheel into the virtual environment.  Otherwise the implicit assumption that the two always go together will be broken.
---
 debian/changelog | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5a66635..7837b69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+python-virtualenv (14.0.5+ds-2) UNRELEASED; urgency=medium
+
+  * d/patches/use-wheels.patch: Since setuptools and pkg_resources are
+    separate binary packages in Debian, and thus separate wheels, be sure
+    to explicitly install pkg_resources from the distro wheel into the
+    virtual environment.  Otherwise the implicit assumption that the two
+    always go together will be broken.
+
+ -- Barry Warsaw <barry at debian.org>  Thu, 25 Feb 2016 16:30:18 -0500
+
 python-virtualenv (14.0.5+ds-1) unstable; urgency=medium
 
   * New upstream release. (Closes: #784353)

-- 
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