diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2022-10-31 19:50:31 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2022-11-01 20:32:48 +0000 |
commit | 4218fb6803a155be1296b09a156c4ac99b3c1426 (patch) | |
tree | 0ed0e2862fb56ebeb3d9f545eb0632f308e8bd40 | |
parent | 83551ccc1b3339fc2192fad42f3b8eadcd99b68e (diff) | |
download | ports-4218fb6803a155be1296b09a156c4ac99b3c1426.tar.gz ports-4218fb6803a155be1296b09a156c4ac99b3c1426.zip |
audio/py-musicbrainzngs: Add regression tests
-rw-r--r-- | audio/py-musicbrainzngs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-musicbrainzngs/Makefile b/audio/py-musicbrainzngs/Makefile index b41ed32ad2a2..bb39d360f2c6 100644 --- a/audio/py-musicbrainzngs/Makefile +++ b/audio/py-musicbrainzngs/Makefile @@ -12,8 +12,8 @@ LICENSE= BSD2CLAUSE ISCL LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ -USE_PYTHON= distutils autoplist +USES= python:3.7+ +USE_PYTHON= autoplist distutils unittest NO_ARCH= yes |