diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-03 21:37:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-03 21:45:56 +0100 |
commit | 676ef12ec586e7c80095deb8555a3ed5c9107f72 (patch) | |
tree | bdaa628f0085f073de5981e43cfdbf94a97c2497 /dev-python/flask-restful | |
parent | sys-apps/elivepatch-server: Remove py2 (diff) | |
download | gentoo-676ef12ec586e7c80095deb8555a3ed5c9107f72.tar.gz gentoo-676ef12ec586e7c80095deb8555a3ed5c9107f72.tar.bz2 gentoo-676ef12ec586e7c80095deb8555a3ed5c9107f72.zip |
dev-python/flask-restful: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flask-restful')
-rw-r--r-- | dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/flask-restful/flask-restful-0.3.6.ebuild | 2 | ||||
-rw-r--r-- | dev-python/flask-restful/flask-restful-0.3.7.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild b/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild index 77fb6fbf84ff..2222cc76b5b2 100644 --- a/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild +++ b/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/flask-restful/flask-restful-0.3.6.ebuild b/dev-python/flask-restful/flask-restful-0.3.6.ebuild index a63239373d1a..7fd37c917f42 100644 --- a/dev-python/flask-restful/flask-restful-0.3.6.ebuild +++ b/dev-python/flask-restful/flask-restful-0.3.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/flask-restful/flask-restful-0.3.7.ebuild b/dev-python/flask-restful/flask-restful-0.3.7.ebuild index ec37d219a43f..2662716efc18 100644 --- a/dev-python/flask-restful/flask-restful-0.3.7.ebuild +++ b/dev-python/flask-restful/flask-restful-0.3.7.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |