summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-22 11:06:36 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-22 11:15:37 +0200
commitc8d8eacd88ecf2ebcc50ea3991b5579ba6959e82 (patch)
treeb1104ff8f95bf830ae97a37e42b129cbb6c92a6f
parentdev-python/kafka-python: Remove py2 (diff)
downloadgentoo-c8d8eacd.tar.gz
gentoo-c8d8eacd.tar.bz2
gentoo-c8d8eacd.zip
dev-python/pcapy: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pcapy/pcapy-0.11.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pcapy/pcapy-0.11.2.ebuild b/dev-python/pcapy/pcapy-0.11.2.ebuild
index 4380eb9cc544..47bb6f72e5c1 100644
--- a/dev-python/pcapy/pcapy-0.11.2.ebuild
+++ b/dev-python/pcapy/pcapy-0.11.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1