F5Networks / f5-icontrol-rest-python

Generic python library used by the F5 SDK and other F5 projects to communicate with BIG-IP® via the REST API
http://icontrol.readthedocs.org/en/latest/
Apache License 2.0
36 stars 32 forks source link

SIX - EL7 depedency #151

Closed eperdeme closed 6 years ago

eperdeme commented 6 years ago

Hello,

Should the dependancy not be python-six for this package ?

yum install -y https://github.com/F5Networks/f5-icontrol-rest-python/releases/download/v1.3.6/f5-icontrol-rest-1.3.6-1.el7.noarch.rpm f5-icontrol-rest-1.3.6-1.el7.noarch.rpm | 21 kB 00:00:00
Examining /var/tmp/yum-root-aLxX2E/f5-icontrol-rest-1.3.6-1.el7.noarch.rpm: f5-icontrol-rest-1.3.6-1.noarch Marking /var/tmp/yum-root-aLxX2E/f5-icontrol-rest-1.3.6-1.el7.noarch.rpm to be installed Resolving Dependencies --> Running transaction check ---> Package f5-icontrol-rest.noarch 0:1.3.6-1 will be installed --> Processing Dependency: python-requests >= 2.5.0 for package: f5-icontrol-rest-1.3.6-1.noarch --> Processing Dependency: six<2.0.0 for package: f5-icontrol-rest-1.3.6-1.noarch --> Processing Dependency: six>=1.9.0 for package: f5-icontrol-rest-1.3.6-1.noarch --> Running transaction check ---> Package f5-icontrol-rest.noarch 0:1.3.6-1 will be installed --> Processing Dependency: six<2.0.0 for package: f5-icontrol-rest-1.3.6-1.noarch --> Processing Dependency: six>=1.9.0 for package: f5-icontrol-rest-1.3.6-1.noarch ---> Package python-requests.noarch 0:2.6.0-1.el7_1 will be installed --> Finished Dependency Resolution Error: Package: f5-icontrol-rest-1.3.6-1.noarch (/f5-icontrol-rest-1.3.6-1.el7.noarch) Requires: six<2.0.0 Error: Package: f5-icontrol-rest-1.3.6-1.noarch (/f5-icontrol-rest-1.3.6-1.el7.noarch) Requires: six>=1.9.0 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest

cohoe commented 6 years ago

👍 Just spent the better part of an hour beating my brain out thinking my build system was doing something weird.

cohoe commented 6 years ago

LGTM. Thanks!