mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Change RUN_DEPENDS to security/py-paramiko1 to make sysutils/py-ploy_fabric
successfully pacakge - Remove dependency on devel/py-argparse PR: 214379 Reported by: koobs
This commit is contained in:
parent
cae43df7ae
commit
877b7e79e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425962
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= ploy
|
||||
PORTVERSION= 1.2.1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -14,9 +15,8 @@ LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy>0:devel/py-lazy \
|
||||
${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:devel/py-setuptools${PYTHON_SUFFIX} \
|
||||
${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse
|
||||
${PYTHON_PKGNAMEPREFIX}paramiko1>0:security/py-paramiko1 \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:devel/py-setuptools${PYTHON_SUFFIX}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
Loading…
Reference in New Issue
Block a user