Skip to content

Commit

Permalink
Fixes rh7 deps (#1414)
Browse files Browse the repository at this point in the history
Issues:
Fixes #1413

Problem:
Dependencies were named wrong, causing te RPM to fail installation on centos and rhel7

Analysis:
This corrects the dependency names

Tests:
  • Loading branch information
caphrim007 authored Mar 27, 2018
1 parent 3134d51 commit 29d128c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bdist_rpm]
release = 1
requires = six>=1.9.0
six<2.0.0
f5-icontrol-rest>=1.3.0
f5-icontrol-rest<2.0.0
requires = python-six >= 1.9.0
python-six < 2.0.0
f5-icontrol-rest >= 1.3.0
f5-icontrol-rest < 2.0.0

0 comments on commit 29d128c

Please sign in to comment.