13506c22a8
The global requirments sync for this repo fails since it lists packages that are not in the global list. Manually sync requirements. Failure log from requirements sync: http://logs.openstack.org/d8/d89aad257d43fe02e42e44b2a0187dbd9f505c36/post/propose-update-requirements/15a7777/job-output.txt.gz#_2018-01-31_07_10_14_115335 Errors are: 'pywinrm' is not in global-requirements.txt or blacklist.txt Change-Id: I24dd3c7ea9fa0a907c26ff62773b336c9d2d0b80
12 lines
388 B
Plaintext
12 lines
388 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
|
|
oslo.config>=5.1.0 # Apache-2.0
|
|
oslo.log>=3.36.0 # Apache-2.0
|
|
oslo.utils>=3.33.0 # Apache-2.0
|
|
tempest>=17.1.0 # Apache-2.0
|
|
pywinrm>=0.2.2 # MIT
|