Skip to content

Commit

Permalink
Pin oslo.policy<=3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-urdin committed Dec 3, 2020
1 parent 5eeb3f0 commit fe0c962
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ install_requires =
numpy>=1.9.0
iso8601
oslo.config>=3.22.0
oslo.policy>=0.3.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.middleware>=3.22.0
pytimeparse
pecan>=0.9
Expand Down

0 comments on commit fe0c962

Please sign in to comment.