devel/py-canonicaljson: fix missing dependencies
PR: 217986 Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> Approved by: blanket MFH: 2017Q1
This commit is contained in:
parent
9db341761b
commit
6270bc3961
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436686
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue