diff options
| author | Joseph Hunkeler <jhunk@stsci.edu> | 2015-12-15 23:36:23 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunk@stsci.edu> | 2015-12-15 23:36:23 -0500 |
| commit | bea55a8686e59d02679d62a94950c93d52fe6c80 (patch) | |
| tree | 38d79fae561858e27fa291230e3085f43ae835ca | |
| parent | d0c6b30cd84cf14ca7a0f0889097951d0f4eb4e6 (diff) | |
| download | cbc-recipes-bea55a8686e59d02679d62a94950c93d52fe6c80.tar.gz | |
Add missing enum34 under py27
| -rw-r--r-- | poppy/poppy.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/poppy/poppy.ini b/poppy/poppy.ini index 6937ca0..0689082 100644 --- a/poppy/poppy.ini +++ b/poppy/poppy.ini @@ -25,6 +25,7 @@ build: matplotlib six [py27] mock [py27] + enum34 [py27] setuptools python @@ -36,6 +37,7 @@ run: matplotlib six [py27] mock [py27] + enum34 [py27] setuptools python |
