diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 14:09:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 14:24:14 +0100 |
commit | 486c7de3ee3c2a3c853161b33d98c4811f313cef (patch) | |
tree | a7b5d1d8fb72e4e61489043c275114fc0bf97139 /dev-python/flask-security | |
parent | dev-python/flask-appconfig: Remove py2 (diff) | |
download | gentoo-486c7de3ee3c2a3c853161b33d98c4811f313cef.tar.gz gentoo-486c7de3ee3c2a3c853161b33d98c4811f313cef.tar.bz2 gentoo-486c7de3ee3c2a3c853161b33d98c4811f313cef.zip |
dev-python/flask-security: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flask-security')
-rw-r--r-- | dev-python/flask-security/flask-security-3.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flask-security/flask-security-3.0.0.ebuild b/dev-python/flask-security/flask-security-3.0.0.ebuild index aee136435768..edb006fc5544 100644 --- a/dev-python/flask-security/flask-security-3.0.0.ebuild +++ b/dev-python/flask-security/flask-security-3.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |