[Python-modules-commits] [python-virtualenv] 01/01: Use strict Built-Using dependencies.

Barry Warsaw barry at moszumanska.debian.org
Mon Feb 8 17:48:41 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 099a3d03848acb811984d78a7b321218ebf8aa54
Author: Barry Warsaw <barry at python.org>
Date:   Mon Feb 8 12:45:09 2016 -0500

    Use strict Built-Using dependencies.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index c51029c..71f5714 100644
--- a/debian/control
+++ b/debian/control
@@ -70,8 +70,8 @@ Depends: ca-certificates,
          ${misc:Depends},
 Replaces: python-virtualenv (<< 1.11.6),
 Breaks: python-virtualenv (<< 1.11.6),
-Built-Using: python-pip,
-             wheel
+Built-Using: python-pip (= 8.0.2-3),
+             wheel (= 0.26.0-1)
 Description: Python virtual environment creator
  The virtualenv utility creates virtual Python instances, each invokable
  with its own Python executable.  Each instance can have different sets

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