*/*: Clean PYTHON_COMPAT of obsolete impls
[gentoo.git] / app-portage / gentoopm / gentoopm-0.3.1.ebuild
index 93cd31750f90378eed9dc04b66e874e266aac361..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,3_8} pypy )
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
 
 inherit distutils-r1