aboutsummaryrefslogtreecommitdiff
path: root/net/cloud-init
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-12-04 13:08:46 +0000
committerRene Ladan <rene@FreeBSD.org>2016-12-04 13:08:46 +0000
commitea4c1ae8b47d36eb5f08fcd2e3ca501cce418807 (patch)
tree56a5bc8e3bf0ace5feafeabd74d4edc4acbf99f2 /net/cloud-init
parent380fd9abe9a6b4d6dc168ff05093213919696946 (diff)
downloadports-ea4c1ae8b47d36eb5f08fcd2e3ca501cce418807.tar.gz
ports-ea4c1ae8b47d36eb5f08fcd2e3ca501cce418807.zip
Remove dependency on devel/py-argparse which is expired and included in
Python 2.7+ / 3.2+ by default. sysutils/osquery fails to build because of C++ errors.
Notes
Notes: svn path=/head/; revision=427780
Diffstat (limited to 'net/cloud-init')
-rw-r--r--net/cloud-init/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/cloud-init/Makefile b/net/cloud-init/Makefile
index 2aa4d2a58239..e63a72ae9840 100644
--- a/net/cloud-init/Makefile
+++ b/net/cloud-init/Makefile
@@ -20,7 +20,6 @@ RUN_DEPENDS= dmidecode>0:sysutils/dmidecode \
${PYTHON_PKGNAMEPREFIX}prettytable>0:devel/py-prettytable \
${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj \
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml \
- ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \
${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial \
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests \