From 868b0de335bf2c508b25d06e11e348a98196c128 Mon Sep 17 00:00:00 2001 From: rene Date: Sun, 4 Dec 2016 13:08:46 +0000 Subject: 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. --- security/obfsproxy/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'security') diff --git a/security/obfsproxy/Makefile b/security/obfsproxy/Makefile index ac74f4a36efc..5413a311adeb 100644 --- a/security/obfsproxy/Makefile +++ b/security/obfsproxy/Makefile @@ -13,7 +13,6 @@ COMMENT= Pluggable transport proxy LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.5:security/py-pyptlib \ - ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml -- cgit