summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 19:31:35 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 20:12:18 +0100
commit6b8cfc772bbd70aeec0671c6f0ab50d5d535c518 (patch)
treef8350efbec2c2e20e37e626c7a276159c74ecca5 /dev-python/pika-pool/pika-pool-0.1.3.ebuild
parentsys-kernel/gentoo-sources: Linux patch 4.19.102 (diff)
downloadgentoo-6b8cfc772bbd70aeec0671c6f0ab50d5d535c518.tar.gz
gentoo-6b8cfc772bbd70aeec0671c6f0ab50d5d535c518.tar.bz2
gentoo-6b8cfc772bbd70aeec0671c6f0ab50d5d535c518.zip
dev-python/pika-pool: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pika-pool/pika-pool-0.1.3.ebuild')
-rw-r--r--dev-python/pika-pool/pika-pool-0.1.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pika-pool/pika-pool-0.1.3.ebuild b/dev-python/pika-pool/pika-pool-0.1.3.ebuild
index f00bda7df835..dc0acf258ecc 100644
--- a/dev-python/pika-pool/pika-pool-0.1.3.ebuild
+++ b/dev-python/pika-pool/pika-pool-0.1.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1