diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 06:45:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 06:59:35 +0100 |
commit | db171d871ff5fc3e7eda25d82f690ea5d816f7e6 (patch) | |
tree | 2323319709b94a994a899fd3cb55016600242510 /dev-python/secretstorage | |
parent | dev-python/sdnotify: Remove py2 (diff) | |
download | gentoo-db171d871ff5fc3e7eda25d82f690ea5d816f7e6.tar.gz gentoo-db171d871ff5fc3e7eda25d82f690ea5d816f7e6.tar.bz2 gentoo-db171d871ff5fc3e7eda25d82f690ea5d816f7e6.zip |
dev-python/secretstorage: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/secretstorage')
-rw-r--r-- | dev-python/secretstorage/secretstorage-2.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/secretstorage/secretstorage-2.3.1.ebuild b/dev-python/secretstorage/secretstorage-2.3.1.ebuild index ea8c22ddccdc..43765fcd2f3f 100644 --- a/dev-python/secretstorage/secretstorage-2.3.1.ebuild +++ b/dev-python/secretstorage/secretstorage-2.3.1.ebuild @@ -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 |