summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 15:21:32 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 15:24:20 +0100
commit09aee147661af3a6dd3d8be7044065fdf95d2ac3 (patch)
treea7c6d8ca13b136a99757fa44ccb0cab195f930ed
parentdev-python/tweepy: Remove py2 (diff)
downloadgentoo-09aee147661af3a6dd3d8be7044065fdf95d2ac3.tar.gz
gentoo-09aee147661af3a6dd3d8be7044065fdf95d2ac3.tar.bz2
gentoo-09aee147661af3a6dd3d8be7044065fdf95d2ac3.zip
dev-python/httreplay: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/httreplay/httreplay-0.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httreplay/httreplay-0.2.0.ebuild b/dev-python/httreplay/httreplay-0.2.0.ebuild
index 242af0739e0c..fc6e73aed555 100644
--- a/dev-python/httreplay/httreplay-0.2.0.ebuild
+++ b/dev-python/httreplay/httreplay-0.2.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
inherit distutils-r1