dev-python/jwcrypto: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 15:26:47 +0000 (16:26 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 15:29:24 +0000 (16:29 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/jwcrypto/jwcrypto-0.4.2.ebuild

index 886733f05c9077671313688e8f8bff1825f301de..e001979de9c674f248ccc5065a18a0a4fec39540 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="Implements JWK,JWS,JWE specifications using python-cryptography"