Skip to content

Commit ed73d7a

Browse files
authored
Merge pull request #3 from sparkyb/master
require enum34 to supply enums in Python 2
2 parents a9b5d2a + 2aa8f0b commit ed73d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
zip_safe=False,
3232
cffi_modules=['samplerate/samplerate_build.py:ffibuilder'],
3333
setup_requires=['cffi>=1.0.0', 'pytest-runner'],
34-
install_requires=['cffi>=1.0.0', 'numpy'],
34+
install_requires=['cffi>=1.0.0', 'numpy', 'enum34;python_version<"3.4"'],
3535
tests_require=['pytest'],
3636
)

0 commit comments

Comments
 (0)