diff options
author | wiz <wiz@pkgsrc.org> | 2020-05-20 07:06:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-05-20 07:06:41 +0000 |
commit | 33571353d1076cee8902b7c548a677753d68d242 (patch) | |
tree | 5dba6808767f739714122673885bd3cbc253832d /audio | |
parent | bb42db5c4e4fc42e06c744141fc139dbdcd7f5f3 (diff) | |
download | pkgsrc-33571353d1076cee8902b7c548a677753d68d242.tar.gz |
eyeD3: mark as python 3.x only due to py-faker via py-factory_boy
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 |