mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/python-mpd: enable py3.8
- non-maintainer commit to enable python3.8 support, tests pass. python: commands succeeded congratulations :) * python3_6: running distutils-r1_run_phase _distutils-r1_clean_egg_info * python3_7: running distutils-r1_run_phase _distutils-r1_clean_egg_info * python3_8: running distutils-r1_run_phase _distutils-r1_clean_egg_info >>> Completed testing dev-python/python-mpd-1.0.0 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python MPD client library"
|
||||
|
||||
Reference in New Issue
Block a user