[Python-modules-commits] [tox] 03/09: Remove the virtualenv versioned requirements.
Barry Warsaw
barry at moszumanska.debian.org
Fri Dec 11 15:05:56 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 33cd3d2157af327740c957dbaf24f4c85d82fc18
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