*/*: Clean PYTHON_COMPAT of obsolete impls
[gentoo.git] / app-portage / gentoopm / gentoopm-0.3.1.ebuild
index dbdac94b858a0f80fd268af6388b11d2374c91ad..9b91c0258f1764eebf5784e1360f78e9f5ba1305 100644 (file)
@@ -1,8 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
 
 inherit distutils-r1