py-test: Remove not needed REPLACE_PYTHON (file no longer exists)

This commit is contained in:
leot 2019-02-03 11:07:39 +00:00
parent 1bf094a2a4
commit f60a40d57c

View file

@ -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} && \