Exclude packaging 20.5-20.7
These versions dropped setup.py from the release tarball, breaking installation on older systems like CentOS. This affects ironic-python-agent-builder since it uses CentOS 8 by default. The breaking change has been reverted in https://github.com/pypa/packaging/pull/367 Change-Id: Idb9e0a70728108b13fc097a74244226a676c97b3
This commit is contained in:
parent
b4e2a19d7d
commit
6d5e7e2ef1
@ -95,7 +95,7 @@ keystonemiddleware # Apache-2.0
|
||||
krest # Apache-2.0
|
||||
kubernetes # Apache-2.0
|
||||
kuryr-lib # Apache-2.0
|
||||
packaging # Apache-2.0
|
||||
packaging!=20.5,!=20.6,!=20.7 # Apache-2.0
|
||||
pypowervm!=1.1.21,!=1.1.22 # Apache-2.0
|
||||
pyScss!=1.3.5 # MIT License
|
||||
django-pyscss # BSD License (2 clause)
|
||||
|
@ -4,7 +4,7 @@
|
||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||
Parsley>=1.2 # MIT
|
||||
six>=1.10.0 # MIT
|
||||
packaging>=16.5 # Apache-2.0
|
||||
packaging!=20.5,!=20.6,!=20.7,>=16.5 # Apache-2.0
|
||||
requests>=2.14.2 # Apache-2.0
|
||||
PyYAML>=3.12 # MIT
|
||||
beagle>=0.2.1 # Apache-2.0
|
||||
|
@ -318,7 +318,7 @@ testscenarios===0.5.0
|
||||
sphinxcontrib-pecanwsme===0.10.0
|
||||
sadisplay===0.4.9
|
||||
infinisdk===161.1.3
|
||||
packaging===20.7
|
||||
packaging===20.4
|
||||
XStatic-Dagre-D3===0.4.17.0
|
||||
nose-exclude===0.5.0
|
||||
psutil===5.7.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user