Remove oslo.privsep exclusion
This proved to be a problem in the privileged code being executed, not privsep itself. Once the patch in the depends-on merges it should be safe to start allowing this version of oslo.privsep again. Change-Id: I2dfac62932b64f015443d8144f4bb22fe98220c4 Depends-On: https://review.openstack.org/#/c/629335/ Related-Bug: 1810518
This commit is contained in:
parent
0594b9e71e
commit
6b45c47e53
@ -157,7 +157,7 @@ oslo.log # Apache-2.0
|
||||
oslo.messaging!=9.0.0 # Apache-2.0
|
||||
oslo.middleware # Apache-2.0
|
||||
oslo.policy # Apache-2.0
|
||||
oslo.privsep!=1.31.0 # Apache-2.0
|
||||
oslo.privsep # Apache-2.0
|
||||
oslo.reports # Apache-2.0
|
||||
oslo.rootwrap # Apache-2.0
|
||||
# NOTE(mriedem): oslo.serialization 2.19.1 is blocked for bug 1593641
|
||||
|
@ -458,7 +458,7 @@ python-pcre===0.7
|
||||
abclient===0.2.3
|
||||
pymemcache===2.0.0
|
||||
wrapt===1.10.11
|
||||
oslo.privsep===1.30.1
|
||||
oslo.privsep===1.31.0
|
||||
sphinxcontrib-apidoc===0.3.0
|
||||
oslo.policy===1.44.0
|
||||
python-muranoclient===1.1.1
|
||||
|
Loading…
Reference in New Issue
Block a user