diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-17 20:50:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-17 20:52:35 +0100 |
commit | 1439ea84f01676fd20a0a0d4974a3eb1eff5ef47 (patch) | |
tree | e1e16e680377a1a21433203c26d97085cae752cc /dev-python/flask-script | |
parent | dev-python/flask-sqlalchemy: Drop py2 (diff) | |
download | gentoo-1439ea84f01676fd20a0a0d4974a3eb1eff5ef47.tar.gz gentoo-1439ea84f01676fd20a0a0d4974a3eb1eff5ef47.tar.bz2 gentoo-1439ea84f01676fd20a0a0d4974a3eb1eff5ef47.zip |
dev-python/flask-script: Drop py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flask-script')
-rw-r--r-- | dev-python/flask-script/flask-script-2.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flask-script/flask-script-2.0.6.ebuild b/dev-python/flask-script/flask-script-2.0.6.ebuild index 654ba6eaacc4..047c4f2f6df0 100644 --- a/dev-python/flask-script/flask-script-2.0.6.ebuild +++ b/dev-python/flask-script/flask-script-2.0.6.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 MY_PN="Flask-Script" |