aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartek Rutkowski <robak@FreeBSD.org>2017-03-23 12:55:41 +0000
committerBartek Rutkowski <robak@FreeBSD.org>2017-03-23 12:55:41 +0000
commitd1b9907915f95352418b0a69957c7f11461c76fc (patch)
treef0dfda723b11dfb665ab35fc778a3bddee993e7e
parent1fbef94474053dedd5e2f8725d11765ea807b06e (diff)
downloadports-d1b9907915f95352418b0a69957c7f11461c76fc.tar.gz
ports-d1b9907915f95352418b0a69957c7f11461c76fc.zip
MFH: r436686
devel/py-canonicaljson: fix missing dependencies PR: 217986 Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> Approved by: blanket Approved by: ports-secteam
Notes
Notes: svn path=/branches/2017Q1/; revision=436770
-rw-r--r--devel/py-canonicaljson/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-canonicaljson/Makefile b/devel/py-canonicaljson/Makefile
index fc6905072eca..0015d7f102f3 100644
--- a/devel/py-canonicaljson/Makefile
+++ b/devel/py-canonicaljson/Makefile
@@ -4,6 +4,7 @@
PORTNAME= canonicaljson
PORTVERSION= 1.0.0
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,6 +14,8 @@ COMMENT= Canonical JSON
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}frozendict>=0.4:devel/py-frozendict \
+ ${PYTHON_PKGNAMEPREFIX}simplejson>=3.6.5:devel/py-simplejson
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest
USES= python