diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 13:06:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 13:16:23 +0100 |
commit | 06fdd564feab79e8560966abafa1c0dbd1e91d58 (patch) | |
tree | 9e39d264fbec840461ad14c014cd1db7e66fcbed /net-misc/httpie | |
parent | net-misc/dmr_utils: Remove py2 (diff) | |
download | gentoo-06fdd564feab79e8560966abafa1c0dbd1e91d58.tar.gz gentoo-06fdd564feab79e8560966abafa1c0dbd1e91d58.tar.bz2 gentoo-06fdd564feab79e8560966abafa1c0dbd1e91d58.zip |
net-misc/httpie: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/httpie')
-rw-r--r-- | net-misc/httpie/httpie-1.0.3.ebuild | 2 |
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 |