diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-22 20:43:57 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-22 20:43:57 +0000 |
commit | 7dea40baf2183cb06cdc4b56b95142dca9e748ba (patch) | |
tree | 13dfe85745ba832232e403c858ea03b4189c0aef /devel | |
parent | 8c32c4aa65aa24137e7415f34fd126b26b454870 (diff) | |
download | ports-7dea40baf2183cb06cdc4b56b95142dca9e748ba.tar.gz ports-7dea40baf2183cb06cdc4b56b95142dca9e748ba.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-jira/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/py-jira/Makefile b/devel/py-jira/Makefile index 0955f3fa737a..1876547775c9 100644 --- a/devel/py-jira/Makefile +++ b/devel/py-jira/Makefile @@ -14,6 +14,8 @@ COMMENT= Library to ease use of the JIRA 5 REST APIs LICENSE= BSD2CLAUSE +BROKEN= Depends on conflicting py-requests1 and py-requests (via py-requests-oauthlib) + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests1>=1.0.0:${PORTSDIR}/www/py-requests1 \ ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.3.0:${PORTSDIR}/www/py-requests-oauthlib \ ${PYTHON_PKGNAMEPREFIX}ipython>=0:${PORTSDIR}/devel/ipython \ |