Skip to content

Commit

Permalink
Merge pull request #298 from dulek/fix-pyroute2-version
Browse files Browse the repository at this point in the history
Fix RPM spec pyroute2 version
  • Loading branch information
openshift-merge-robot committed Jul 3, 2020
2 parents 532252c + 8a00522 commit ef0836e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift-kuryr-kubernetes-rhel8.spec
Expand Up @@ -45,9 +45,9 @@ BuildRequires: systemd-units

Requires: python3-%{project}-lib >= 0.5.0
# NOTE(dulek): We should have pyroute2 0.5.7 here, but it's not avalable in
# repos we have access to. Sticking with 0.5.3 should be fine as long as we
# repos we have access to. Sticking with 0.5.6 should be fine as long as we
# don't support SR-IOV stuff.
Requires: python3-pyroute2 >= 0.5.7
Requires: python3-pyroute2 >= 0.5.6
Requires: python3-requests >= 2.18.0
Requires: python3-eventlet >= 0.22.0
Requires: python3-oslo-cache >= 1.26.0
Expand Down

0 comments on commit ef0836e

Please sign in to comment.