Skip to content

Commit

Permalink
Merge pull request #938 from zancas/relax_six
Browse files Browse the repository at this point in the history
relax lower bound for python-six
  • Loading branch information
Za Wilgustus authored Jan 20, 2017
2 parents 81f0a98 + f7d8e29 commit 0ec8e4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion f5-sdk-dist/deb_dist/stdeb.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[DEFAULT]
Depends:
python-f5-icontrol-rest (>=1.3.0), python-f5-icontrol-rest (<2),
python-six (>=1.10), python-six (<2)
python-six (>=1), python-six (<2)
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
release = 1
requires = f5-icontrol-rest >= 1.3.0
f5-icontrol-rest < 2
python-six >= 1.10
python-six >= 1
python-six < 2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
url='https://github.com/F5Networks/f5-common-python',
keywords=['F5', 'sdk', 'api', 'icontrol', 'bigip', 'api', 'ltm'],
install_requires=['f5-icontrol-rest >= 1.3.0, <2',
'six >= 1.10, <2'],
'six >= 1, <2'],
packages=find_packages(
exclude=["*.test", "*.test.*", "test.*", "test_*", "test", "test*"]
),
Expand Down

0 comments on commit 0ec8e4d

Please sign in to comment.