Revert "dev-java/java-config: Python 3.8 compatibility"

This reverts commit 5d50d82c64.

Bug: https://bugs.gentoo.org/719204
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
This commit is contained in:
Thomas Deutschmann
2020-04-29 20:30:38 +02:00
parent f94c7be962
commit adc7ec8ea7

View File

@@ -4,7 +4,7 @@
EAPI=6
# jython depends on java-config, so don't add it or things will break
PYTHON_COMPAT=( python{3_6,3_7,3_8} )
PYTHON_COMPAT=( python{3_6,3_7} )
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1