mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Fix RUN_DEPENDS
This commit is contained in:
parent
9ae0cb3e79
commit
5a8a1b9d77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378595
@ -14,7 +14,7 @@ COMMENT= Manage dynamic plugins for Python applications
|
||||
LICENSE= APACHE20
|
||||
|
||||
BUILD_DEPENDS= ${PKGNAMEPREFIX}pbr>=0.10.0:${PORTSDIR}/devel/py-pbr
|
||||
RUN_DEPENDS= ${PKGNAMEPREFIX}argparse>=1.2.1:${PORTSDIR}/devel/py-argparse
|
||||
RUN_DEPENDS= ${PKGNAMEPREFIX}argparse>=1.2.1:${PORTSDIR}/devel/py-argparse \
|
||||
${PKGNAMEPREFIX}pbr>=0.10.0:${PORTSDIR}/devel/py-pbr \
|
||||
${PKGNAMEPREFIX}six>=1.7.0:${PORTSDIR}/devel/py-six
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user