diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/eyeD3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/eyeD3/Makefile b/audio/eyeD3/Makefile index 3df098b7e58..ee88fd60dfa 100644 --- a/audio/eyeD3/Makefile +++ b/audio/eyeD3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2020/05/19 18:52:35 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2020/05/20 07:06:41 wiz Exp $ DISTNAME= eyeD3-0.9.5 CATEGORIES= audio @@ -15,6 +15,8 @@ DEPENDS+= ${PYPKGPREFIX}-filetype-[0-9]*:../../sysutils/py-filetype PYTHON_VERSIONED_DEPENDENCIES+= test:test +PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-faker via py-factory_boy + USE_LANGUAGES= # none # 13 test failures as of 0.9.5 |