[Python-modules-commits] [tox] 03/08: Remove the virtualenv versioned requirements.

Barry Warsaw barry at moszumanska.debian.org
Wed Nov 16 20:48:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

barry pushed a commit to branch master
in repository tox.

commit 885c37ebb712737ddd44139fe751ca0bf29dcbea
Author: Barry Warsaw <barry at debian.org>
Date:   Tue Jun 17 16:05:44 2014 -0400

    Remove the virtualenv versioned requirements.
    
     We'll ensure that the proper dependencies are available via Depends, but
     the requires.txt line tries to do an import to verify the requirement, and
     we don't build the Python 3 version of virtualenv yet.
    Forwarded: not-needed
    
    Patch-Name: hack-requires.patch
---
 tox.egg-info/requires.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tox.egg-info/requires.txt b/tox.egg-info/requires.txt
index d1c8e7c..49bde4a 100644
--- a/tox.egg-info/requires.txt
+++ b/tox.egg-info/requires.txt
@@ -1,4 +1,3 @@
-virtualenv>=1.11.2
 py>=1.4.17
 pluggy>=0.3.0,<1.0
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/tox.git



More information about the Python-modules-commits mailing list