Merge "Update requirement platform checks"

This commit is contained in:
Zuul 2019-03-14 09:05:00 +00:00 committed by Gerrit Code Review
commit 33ec69c865
2 changed files with 3 additions and 3 deletions

View File

@ -9,4 +9,4 @@ sphinxcontrib-apidoc>=0.2.0 # BSD
whereto>=0.3.0 # Apache-2.0
# needed for apidoc support
xattr>=0.9.2
xattr>=0.9.2;sys_platform!='win32' # MIT

View File

@ -27,6 +27,6 @@ doc8>=0.6.0 # Apache-2.0
# Optional packages that should be installed when testing
PyMySQL>=0.7.6 # MIT License
psycopg2>=2.6.2 # LGPL/ZPL
pysendfile>=2.0.0 # MIT
xattr>=0.9.2 # MIT
pysendfile>=2.0.0;sys_platform!='win32' # MIT
xattr>=0.9.2;sys_platform!='win32' # MIT
python-swiftclient>=3.2.0 # Apache-2.0