diff options
author | wiz <wiz@pkgsrc.org> | 2020-10-06 10:51:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-10-06 10:51:21 +0000 |
commit | 18284d3b6a6ec8cb3331c6e14571351ff6a4b403 (patch) | |
tree | e6aa1a234fc002a1fa469625cc16166e0d61932a /audio/py-mutagen | |
parent | 20de66fd0039f6e22fb18ac4444a2a28a810b6ff (diff) | |
download | pkgsrc-18284d3b6a6ec8cb3331c6e14571351ff6a4b403.tar.gz |
*: use py-hypothesis via versioned_dependencies.mk
Diffstat (limited to 'audio/py-mutagen')
-rw-r--r-- | audio/py-mutagen/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/py-mutagen/Makefile b/audio/py-mutagen/Makefile index 3f4341d6b94..71580ef8d86 100644 --- a/audio/py-mutagen/Makefile +++ b/audio/py-mutagen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2020/08/05 16:33:52 adam Exp $ +# $NetBSD: Makefile,v 1.25 2020/10/06 10:51:21 wiz Exp $ DISTNAME= mutagen-1.43.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,9 +10,7 @@ HOMEPAGE= https://github.com/quodlibet/mutagen COMMENT= Audio metadata handling for Python LICENSE= gnu-gpl-v2 -TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis - -PYTHON_VERSIONED_DEPENDENCIES= test:test +PYTHON_VERSIONED_DEPENDENCIES= test:test hypothesis:test USE_LANGUAGES= # none |