summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-11 13:06:07 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-11 13:16:23 +0100
commit06fdd564feab79e8560966abafa1c0dbd1e91d58 (patch)
tree9e39d264fbec840461ad14c014cd1db7e66fcbed
parentnet-misc/dmr_utils: Remove py2 (diff)
downloadgentoo-06fdd564.tar.gz
gentoo-06fdd564.tar.bz2
gentoo-06fdd564.zip
net-misc/httpie: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--net-misc/httpie/httpie-1.0.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/httpie/httpie-1.0.3.ebuild b/net-misc/httpie/httpie-1.0.3.ebuild
index d65556fc1b0b..4c1b60f7651d 100644
--- a/net-misc/httpie/httpie-1.0.3.ebuild
+++ b/net-misc/httpie/httpie-1.0.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
PYTHON_REQ_USE="ssl(+)"
inherit bash-completion-r1 distutils-r1