*/*: Clean PYTHON_COMPAT of obsolete impls
[gentoo.git] / dev-python / distlib / distlib-0.2.1.ebuild
index bb9b0102a672d2ed48a8d1da217dc8a758c80bfd..ee69e966ec2599ae0d186d82c065a396ad8cc3f6 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_{5,6} pypy3  )
+PYTHON_COMPAT=( python3_6 pypy3  )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1