[pypy-commit] pypy default: added enum34 package which is otherwise not picked up by pip on s390x build bot

plan_rich pypy.commits at gmail.com
Fri Mar 11 06:10:58 EST 2016


Author: Richard Plangger <planrichi at gmail.com>
Branch: 
Changeset: r82960:4475205e86ba
Date: 2016-03-11 07:55 +0100
http://bitbucket.org/pypy/pypy/changeset/4475205e86ba/

Log:	added enum34 package which is otherwise not picked up by pip on
	s390x build bot

diff --git a/requirements.txt b/requirements.txt
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,4 @@
 # 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