[pypy-commit] pypy default: list enum as a dependency directly

fijal pypy.commits at gmail.com
Mon Mar 7 11:49:55 EST 2016


Author: fijal
Branch: 
Changeset: r82853:aec781f25ac8
Date: 2016-03-07 18:49 +0200
http://bitbucket.org/pypy/pypy/changeset/aec781f25ac8/

Log:	list enum as a dependency directly

diff --git a/requirements.txt b/requirements.txt
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,3 @@
 # hypothesis is used for test generation on untranslated jit tests
 hypothesis
-
+enum # is a dependency, but old pip does not pick it up


More information about the pypy-commit mailing list