summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-12-16 12:49:34 +0000
committerwiz <wiz@pkgsrc.org>2021-12-16 12:49:34 +0000
commit7a518d1aea10f1d0b71c5ec77523b8c2b67ffb0c (patch)
tree3b86268b7c9122b780766813a1e96a36957de0e6 /audio
parent7aa276c53b9a7af46b8e9f030399be0cfe5a5104 (diff)
downloadpkgsrc-7a518d1aea10f1d0b71c5ec77523b8c2b67ffb0c.tar.gz
py-mutagen: add missing test dependency
Diffstat (limited to 'audio')
-rw-r--r--audio/py-mutagen/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/py-mutagen/Makefile b/audio/py-mutagen/Makefile
index 18a0fd84e43..e030d5bf06f 100644
--- a/audio/py-mutagen/Makefile
+++ b/audio/py-mutagen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2021/12/16 12:44:54 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2021/12/16 12:49:34 wiz Exp $
DISTNAME= mutagen-1.45.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,8 +10,9 @@ HOMEPAGE= https://github.com/quodlibet/mutagen
COMMENT= Audio metadata handling for Python
LICENSE= gnu-gpl-v2
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
PYTHON_VERSIONS_INCOMPATIBLE= 27