Commit 9876131
authored
Explicitly depend on enum34 for Python < 3.4
Add an explicit dependency on enum34 for Python < 3.4 (notably 2.7 that
is still seemingly supported). This is necessary for brotlicffi to
seamlessly replace brotlipy in deps still claiming to support py2.7.
The package's tests do not fail because enum34 is brought indirectly
by the test dependencies.1 parent 0c52eef commit 9876131
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| |||
0 commit comments