diff --git a/requirements.txt b/requirements.txt index cdaccb6eb..cd37e4ae6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,6 +40,6 @@ tosca-parser>=0.8.1 # Apache-2.0 heat-translator>=0.4.0 # Apache-2.0 cryptography!=2.0,>=1.9 # BSD/Apache-2.0 paramiko>=2.0.0 # LGPLv2.1+ -pyroute2>=0.4.21 # Apache-2.0 (+ dual licensed GPL2) +pyroute2>=0.4.21;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2) python-mistralclient>=3.1.0 # Apache-2.0 python-barbicanclient!=4.5.0,!=4.5.1,>=4.0.0 # Apache-2.0