Merge "Limit pyroute2 library to non-Windows OS"

This commit is contained in:
Jenkins 2017-10-06 12:03:11 +00:00 committed by Gerrit Code Review
commit e22c337898

@ -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