diff options
author | 2020-02-05 16:42:49 +0100 | |
---|---|---|
committer | 2020-02-05 16:47:56 +0100 | |
commit | 978b500eebc3799bd25a0b6d8d4da757883b935a (patch) | |
tree | 5d40d22c56bbca67d9e6a7f73ede5c9e9acd3f63 /dev-python/keyring | |
parent | dev-python/oauth2client: Remove py2 (diff) | |
download | gentoo-978b500eebc3799bd25a0b6d8d4da757883b935a.tar.gz gentoo-978b500eebc3799bd25a0b6d8d4da757883b935a.tar.bz2 gentoo-978b500eebc3799bd25a0b6d8d4da757883b935a.zip |
dev-python/keyring: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/keyring')
-rw-r--r-- | dev-python/keyring/keyring-13.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/keyring/keyring-13.2.1.ebuild b/dev-python/keyring/keyring-13.2.1.ebuild index 7000b2538916..7e1a5184ebc3 100644 --- a/dev-python/keyring/keyring-13.2.1.ebuild +++ b/dev-python/keyring/keyring-13.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |