summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 15:14:27 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 15:24:12 +0100
commit3f80cd9b4502b21294ec862fbc730ce433d4a933 (patch)
tree8a53fb86b4b727f0b1a5c73bcb05e55a0c525a40 /dev-python/httmock
parentdev-python/HeapDict: Remove py2 (diff)
downloadgentoo-3f80cd9b4502b21294ec862fbc730ce433d4a933.tar.gz
gentoo-3f80cd9b4502b21294ec862fbc730ce433d4a933.tar.bz2
gentoo-3f80cd9b4502b21294ec862fbc730ce433d4a933.zip
dev-python/httmock: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/httmock')
-rw-r--r--dev-python/httmock/httmock-1.2.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httmock/httmock-1.2.5.ebuild b/dev-python/httmock/httmock-1.2.5.ebuild
index 1554818eae02..67ab6525a63d 100644
--- a/dev-python/httmock/httmock-1.2.5.ebuild
+++ b/dev-python/httmock/httmock-1.2.5.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1