mirror of
https://github.com/ARM-software/devlib.git
synced 2025-02-25 14:07:50 +00:00
setup.py: Add enum34 dependency for Python < 3.4
This commit is contained in:
parent
5e13a045a3
commit
60c2e7721e
1
setup.py
1
setup.py
@ -94,6 +94,7 @@ params = dict(
|
||||
'pyserial', # Serial port interface
|
||||
'wrapt', # Basic for construction of decorator functions
|
||||
'future', # Python 2-3 compatibility
|
||||
'enum34;python_version<"3.4"', # Enums for Python < 3.4
|
||||
'pandas',
|
||||
'numpy',
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user