Skip to content

Commit

Permalink
Revert "Pin oslo.policy<=3.4.0"
Browse files Browse the repository at this point in the history
It broke e.g ceilometer/aodh on devstack.
This reverts commit a2d84f5.

Resolves: #1095
(cherry picked from commit 6937eff)
  • Loading branch information
mrunge authored and mergify[bot] committed Feb 3, 2021
1 parent 3d52c28 commit 76d7dbd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ install_requires =
numpy>=1.9.0
iso8601
oslo.config>=3.22.0
# TODO(tobias-urdin): oslo.policy >= 3.5.0 requires
# PyYAML>=5.1 which something we use blocks. Need
# to fix this to support Ubuntu Focal later.
oslo.policy>=0.3.0,<=3.4.0
oslo.policy>=0.3.0
oslo.middleware>=3.22.0
pytimeparse
pecan>=0.9
Expand Down

0 comments on commit 76d7dbd

Please sign in to comment.