dev-python/requests-credssp: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:44:52 +0000 (17:44 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:53:07 +0000 (17:53 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/requests-credssp/requests-credssp-1.0.2.ebuild

index 076c56e5cede9b207da14249fd8524422adf0fcb..9d23c06de3614a0a7d4c4b9df99d7d6c3978da05 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="HTTPS CredSSP authentication with the requests library"