summaryrefslogtreecommitdiff
path: root/sysutils/py-augeas
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2019-12-21 23:46:41 +0000
committerjoerg <joerg@pkgsrc.org>2019-12-21 23:46:41 +0000
commitbca6a0b6343c488182a7ce72e7aeace24a207760 (patch)
treee460e53ac036a9ad57e707b9f1494fb2a018b97d /sysutils/py-augeas
parente5b9d0dad44ea7c132ed4b43485c0869e0c66463 (diff)
downloadpkgsrc-bca6a0b6343c488182a7ce72e7aeace24a207760.tar.gz
Do not disable the C compiler, it is used by the cFFI Python module.
Diffstat (limited to 'sysutils/py-augeas')
-rw-r--r--sysutils/py-augeas/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/py-augeas/Makefile b/sysutils/py-augeas/Makefile
index 3f5525f1d5d..44fb514c30f 100644
--- a/sysutils/py-augeas/Makefile
+++ b/sysutils/py-augeas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/02/12 12:21:00 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/12/21 23:46:41 joerg Exp $
DISTNAME= python-augeas-1.0.3
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
@@ -12,8 +12,6 @@ LICENSE= gnu-lgpl-v2.1
DEPENDS+= ${PYPKGPREFIX}-cffi>=1.0.0:../../devel/py-cffi
-USE_LANGUAGES= # none
-
do-test:
cd ${WRKSRC}/test && ${PYTHONBIN} test_augeas.py