commit: 23ad182db63d44123ad71a7362a3a66723a66bc6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Feb 5 16:44:52 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Feb 5 16:53:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ad182d
dev-python/requests-credssp: Remove py2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/requests-credssp/requests-credssp-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/requests-credssp/requests-credssp-1.0.2.ebuild b/dev-python/requests-credssp/requests-credssp-1.0.2.ebuild index 076c56e5ced..9d23c06de36 100644 --- a/dev-python/requests-credssp/requests-credssp-1.0.2.ebuild +++ b/dev-python/requests-credssp/requests-credssp-1.0.2.ebuild @@ -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"
