summaryrefslogtreecommitdiff
path: root/devel/py-test
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2019-02-03 11:07:39 +0000
committerleot <leot@pkgsrc.org>2019-02-03 11:07:39 +0000
commit83169c4a164bd5254eb021e9d6eba4df1aab21ae (patch)
tree1295a37aa373ffde764585e362a671cdd53a0f95 /devel/py-test
parent7c432790de858e1842e941d2e223ffd2fcbf3495 (diff)
downloadpkgsrc-83169c4a164bd5254eb021e9d6eba4df1aab21ae.tar.gz
py-test: Remove not needed REPLACE_PYTHON (file no longer exists)
Diffstat (limited to 'devel/py-test')
-rw-r--r--devel/py-test/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/py-test/Makefile b/devel/py-test/Makefile
index 07bd0ae1e74..ad9d48610a9 100644
--- a/devel/py-test/Makefile
+++ b/devel/py-test/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2019/02/01 11:52:22 adam Exp $
+# $NetBSD: Makefile,v 1.72 2019/02/03 11:07:39 leot Exp $
DISTNAME= pytest-4.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -33,8 +33,6 @@ DEPENDS+= ${PYPKGPREFIX}-pathlib2>=2.2.0:../../devel/py-pathlib2
USE_LANGUAGES= # none
USE_TOOLS+= bash:build
-REPLACE_PYTHON+= _pytest/standalonetemplate.py
-
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} py.test py.test-${PYVERSSUFFIX} && \