Skip to content

Commit

Permalink
Merge pull request #118 from nsoranzo/master
Browse files Browse the repository at this point in the history
Use ipaddress instead of unmaintained py2-ipaddress
  • Loading branch information
nuwang committed Mar 27, 2018
2 parents 3645f20 + 296cfb9 commit f005723
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ match=^[Tt]est
# Don't capture stdout - print immediately
nocapture=1

[bdist_wheel]
universal = 1
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@
url='http://cloudbridge.cloudve.org/',
install_requires=REQS_FULL,
extras_require={
':python_version=="2.7"': ['py2-ipaddress'],
':python_version=="3"': ['py2-ipaddress'],
':python_version<"3.3"': ['ipaddress'],
'full': REQS_FULL,
'dev': REQS_DEV
},
Expand Down

0 comments on commit f005723

Please sign in to comment.