Limit pyroute2 library to non-Windows OS
pyroute2 is a pure Python netlink library. The only operating system supported is Linux (POSIX), as documented in [1]. Installation of this library should be done only in a Linux OS. [1] https://pypi.python.org/pypi/pyroute2 Change-Id: I6c39b47ff6abddf57c9ca58d2732d7cc44de1dfb
This commit is contained in:
parent
e55d53c383
commit
f8ca215651
@ -217,7 +217,7 @@ pyngus>=2.2.0 # Apache-2.0
|
||||
|
||||
pyOpenSSL>=16.2.0 # Apache-2.0
|
||||
pyparsing>=2.1.0 # MIT
|
||||
pyroute2>=0.4.21 # Apache-2.0 (+ dual licensed GPL2)
|
||||
pyroute2>=0.4.21;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)
|
||||
pysnmp>=4.2.3 # BSD
|
||||
pystache>=0.5.4 # MIT
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user