diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 14:17:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 14:24:28 +0100 |
commit | 2fd9a89baef1f709db2cc4d42a1fff5078ee00f1 (patch) | |
tree | 786657b732c99c5bc02a167f9728d2e7ebf37696 /dev-python/flask-wtf | |
parent | dev-python/flask-pymongo: Remove py2 (diff) | |
download | gentoo-2fd9a89baef1f709db2cc4d42a1fff5078ee00f1.tar.gz gentoo-2fd9a89baef1f709db2cc4d42a1fff5078ee00f1.tar.bz2 gentoo-2fd9a89baef1f709db2cc4d42a1fff5078ee00f1.zip |
dev-python/flask-wtf: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flask-wtf')
-rw-r--r-- | dev-python/flask-wtf/flask-wtf-0.14.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flask-wtf/flask-wtf-0.14.2-r1.ebuild b/dev-python/flask-wtf/flask-wtf-0.14.2-r1.ebuild index c62c1eb386f9..1d0bca5eb449 100644 --- a/dev-python/flask-wtf/flask-wtf-0.14.2-r1.ebuild +++ b/dev-python/flask-wtf/flask-wtf-0.14.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |