diff options
author | Alan Somers <asomers@FreeBSD.org> | 2017-06-11 11:36:54 +0800 |
---|---|---|
committer | Alan Somers <asomers@FreeBSD.org> | 2017-06-11 11:36:54 +0800 |
commit | 5cf6d4f7483f5a06c993c57c339f30ab98c065a8 (patch) | |
tree | 5b54332f18da8053b2a6ec9c6876534131bd19e8 /finance | |
parent | 3f9feafabcea8b48a38cbe4a94d5cb98edb8e369 (diff) | |
download | freebsd-ports-gnome-5cf6d4f7483f5a06c993c57c339f30ab98c065a8.tar.gz freebsd-ports-gnome-5cf6d4f7483f5a06c993c57c339f30ab98c065a8.tar.zst freebsd-ports-gnome-5cf6d4f7483f5a06c993c57c339f30ab98c065a8.zip |
finance/py-python-obelisk: Update py-twisted dependency
PR: 219812
Approved by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
Approved by: brd (ports)
Diffstat (limited to 'finance')
-rw-r--r-- | finance/py-python-obelisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/py-python-obelisk/Makefile b/finance/py-python-obelisk/Makefile index f745aa4ee06f..168228cff82c 100644 --- a/finance/py-python-obelisk/Makefile +++ b/finance/py-python-obelisk/Makefile @@ -3,7 +3,7 @@ PORTNAME= python-obelisk PORTVERSION= 0.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ COMMENT= Python native client for the obelisk blockchain server LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>0:devel/py-twistedCore \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>0:devel/py-twisted \ ${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa \ ${PYTHON_PKGNAMEPREFIX}pyzmq>=14.5.0:net/py-pyzmq |