mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-24 05:15:47 +03:00
Drop environment markers from setup.py
This commit does *not* fix any bug, but users keep reporting it as such while they simply use a very old setuptools. *sigh*
This commit is contained in:
parent
51c90c4a1f
commit
0adf139256
4
setup.py
4
setup.py
@ -87,8 +87,8 @@ setup(
|
||||
'export': ['bernhard', 'cassandra-driver', 'couchdb', 'elasticsearch',
|
||||
'influxdb>=1.0.0', 'kafka-python', 'pika', 'potsdb',
|
||||
'prometheus_client', 'pyzmq', 'statsd'],
|
||||
'folders:python_version<"3.5"': ['scandir'],
|
||||
'gpu:python_version=="2.7"': ['nvidia-ml-py'],
|
||||
'folders': ['scandir'], # python_version<"3.5"
|
||||
'gpu': ['nvidia-ml-py'], # python_version=="2.7"
|
||||
'ip': ['netifaces'],
|
||||
'raid': ['pymdstat'],
|
||||
'snmp': ['pysnmp'],
|
||||
|
Loading…
Reference in New Issue
Block a user