Commit 3401ea4
committed
Only install enum34 on python before 3.4
enum34 is a package that backports python 3.4 enum functionality to earlier
versions. However, it only includes the functionality as of 3.4. If other
packages use more recent enum functionality, this will break them. (See #17
for more details.)
The solution is just to install enum34 only when the python version is
pre-3.4.1 parent 5d3896a commit 3401ea4
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
0 commit comments