提交 0adf1392 编写于 作者: A Alessio Sergi

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*
上级 51c90c4a
......@@ -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'],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册