summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2018-03-21 12:05:28 +0000
committerjoerg <joerg@pkgsrc.org>2018-03-21 12:05:28 +0000
commit54024fba8e291494079e6d38d1c19cb9955401a2 (patch)
tree3672acebb883b0bd81d53e0afa3e4d9d766ea193 /devel
parent27a1b3643578a88897a4fbc3ad97dfa287aa8da6 (diff)
downloadpkgsrc-54024fba8e291494079e6d38d1c19cb9955401a2.tar.gz
Switch to TEST_DEPENDS to unbreak dependency loop.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-flake8/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-flake8/Makefile b/devel/py-flake8/Makefile
index a1cb3b534b8..45d10300889 100644
--- a/devel/py-flake8/Makefile
+++ b/devel/py-flake8/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/10/23 20:44:27 adam Exp $
+# $NetBSD: Makefile,v 1.12 2018/03/21 12:05:28 joerg Exp $
DISTNAME= flake8-3.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -22,9 +22,9 @@ DEPENDS+= ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
# TEST_DEPENDS
# 8 test failures as of 3.0.4, see
# https://gitlab.com/pycqa/flake8/issues/232
-BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
post-install:
cd ${DESTDIR}${PREFIX}/bin && ${MV} flake8 flake8-${PYVERSSUFFIX} || ${TRUE}