[pypy-commit] pypy default: we use enum34 not enum

fijal pypy.commits at gmail.com
Mon Apr 4 02:52:43 EDT 2016


Author: fijal
Branch: 
Changeset: r83512:a7e2b12ac538
Date: 2016-04-04 09:51 +0300
http://bitbucket.org/pypy/pypy/changeset/a7e2b12ac538/

Log:	we use enum34 not enum

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


More information about the pypy-commit mailing list