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

Barry Warsaw barry at moszumanska.debian.org
Mon Oct 17 22:53:54 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 aaaa309be578a420f9ee61ebbaffd8559842d1c1
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 c75bfbb..c8dbaa5 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,<0.5.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