summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-09 11:58:13 +0000
committerwiz <wiz@pkgsrc.org>2022-01-09 11:58:13 +0000
commit6ea6a87571d875da07b6ca30f795554dbb66b0e5 (patch)
treed4728a0ab207849f1101a59ad8d079e219ed0189 /sysutils
parentc0c0fa3679ca48218805ee1c3c436df53b9f0153 (diff)
downloadpkgsrc-6ea6a87571d875da07b6ca30f795554dbb66b0e5.tar.gz
egg.mk: remove --single-version-externally-managed
setuptools has this as default when --root is used (since version 0.6a11).
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/py-ptyprocess/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/sysutils/py-ptyprocess/Makefile b/sysutils/py-ptyprocess/Makefile
index 1ff193be99c..fbe3c17639f 100644
--- a/sysutils/py-ptyprocess/Makefile
+++ b/sysutils/py-ptyprocess/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/01/07 11:46:58 tnn Exp $
+# $NetBSD: Makefile,v 1.9 2022/01/09 11:58:15 wiz Exp $
DISTNAME= ptyprocess-0.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,9 +17,4 @@ do-test:
cd ${WRKSRC} && ${PYTHONBIN} -m unittest tests/test_*
.include "../../lang/python/egg.mk"
-
-.if ${PYPKGPREFIX} == "py27"
-_PYSETUPTOOLSINSTALLARGS:= ${_PYSETUPTOOLSINSTALLARGS:N--single-version-externally-managed}
-.endif
-
.include "../../mk/bsd.pkg.mk"