diff options
author | 2020-01-12 11:39:22 +0100 | |
---|---|---|
committer | 2020-01-13 10:42:18 +0100 | |
commit | f9f5da99653c9643bfc07561b8b9a33957923d4c (patch) | |
tree | 13dbfcff132f6df42197edd5022c16af8a30256a /dev-python/yaql/yaql-1.1.3.ebuild | |
parent | dev-python/tenacity: Remove Python 2 support (diff) | |
download | gentoo-f9f5da99653c9643bfc07561b8b9a33957923d4c.tar.gz gentoo-f9f5da99653c9643bfc07561b8b9a33957923d4c.tar.bz2 gentoo-f9f5da99653c9643bfc07561b8b9a33957923d4c.zip |
dev-python/yaql: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/yaql/yaql-1.1.3.ebuild')
-rw-r--r-- | dev-python/yaql/yaql-1.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/yaql/yaql-1.1.3.ebuild b/dev-python/yaql/yaql-1.1.3.ebuild index 9702ff260a84..5e2d7e972e02 100644 --- a/dev-python/yaql/yaql-1.1.3.ebuild +++ b/dev-python/yaql/yaql-1.1.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |