From bea55a8686e59d02679d62a94950c93d52fe6c80 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 15 Dec 2015 23:36:23 -0500 Subject: Add missing enum34 under py27 --- poppy/poppy.ini | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit