dev-python/secretstorage: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 05:45:18 +0000 (06:45 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 05:59:35 +0000 (06:59 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/secretstorage/secretstorage-2.3.1.ebuild

index ea8c22ddccdc6ac9c9262111412b0439655ccbb3..43765fcd2f3f69f6c788f697492c1b4e66c09af6 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1