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 _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
