aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Plangger <planrichi@gmail.com>2016-03-11 07:55:51 +0100
committerRichard Plangger <planrichi@gmail.com>2016-03-11 07:55:51 +0100
commit5fb325255d9cc1475537caaee8983631c29454c6 (patch)
tree9d464e647115cb43952c444ff0b7c59e0200f1c7 /requirements.txt
parentTrying to use "FILE *" correctly to avoid some compilation warnings. (diff)
downloadpypy-5fb325255d9cc1475537caaee8983631c29454c6.tar.gz
pypy-5fb325255d9cc1475537caaee8983631c29454c6.tar.bz2
pypy-5fb325255d9cc1475537caaee8983631c29454c6.zip
added enum34 package which is otherwise not picked up by pip on s390x build bot
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 1ecb4a1bd9..42c16259af 100644
--- 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