*/*: Clean PYTHON_COMPAT of obsolete impls
[gentoo.git] / dev-util / buildbot / buildbot-1.3.0.ebuild
index 4007eaa7c96e78210495ef06a48cb9c1e144ae3b..38b52878a2e9685f3466f668a8c6331c897d7e14 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="6"
 PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_6 )
 
 EGIT_REPO_URI="https://github.com/buildbot/${PN}.git"