diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-20 12:15:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-20 12:24:05 +0200 |
commit | daa587c96f84455e385c61df705c2a4e3040c0dd (patch) | |
tree | c972bdbc842fd6b78f1ff08f57fbd9b06e8ba609 /dev-python/werkzeug | |
parent | dev-python/flask: Remove python2 (diff) | |
download | gentoo-daa587c96f84455e385c61df705c2a4e3040c0dd.tar.gz gentoo-daa587c96f84455e385c61df705c2a4e3040c0dd.tar.bz2 gentoo-daa587c96f84455e385c61df705c2a4e3040c0dd.zip |
dev-python/werkzeug: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/werkzeug')
-rw-r--r-- | dev-python/werkzeug/werkzeug-1.0.1-r1.ebuild (renamed from dev-python/werkzeug/werkzeug-1.0.1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/werkzeug/werkzeug-1.0.1.ebuild b/dev-python/werkzeug/werkzeug-1.0.1-r1.ebuild index 15ef06ed2227..7007dcc90676 100644 --- a/dev-python/werkzeug/werkzeug-1.0.1.ebuild +++ b/dev-python/werkzeug/werkzeug-1.0.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 |