Skip to content

Commit 29d128c

Browse files
authored
Fixes rh7 deps (#1414)
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:
1 parent 3134d51 commit 29d128c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bdist_rpm]
22
release = 1
3-
requires = six>=1.9.0
4-
six<2.0.0
5-
f5-icontrol-rest>=1.3.0
6-
f5-icontrol-rest<2.0.0
3+
requires = python-six >= 1.9.0
4+
python-six < 2.0.0
5+
f5-icontrol-rest >= 1.3.0
6+
f5-icontrol-rest < 2.0.0

0 commit comments

Comments
 (0)