[Python-modules-commits] [tox] 04/09: Remove the virtualenv versioned requirements.

Barry Warsaw barry at moszumanska.debian.org
Mon Jul 13 22:46:07 UTC 2015


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

barry pushed a commit to branch master
in repository tox.

commit 230b1e43f0e0da69e72f76f57dd2d271614baed3
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 a1ef299..a63bc74 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.4.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