summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2020-01-11 16:29:48 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2020-01-12 02:38:53 +0000
commit2112759e81577de9f35434b6b02112f5db71c4e7 (patch)
treebdea07cd1dc5bf4a1f2052f8cc10244b9ef443d6 /dev-python
parentdev-python/libusb1: version bump (diff)
downloadportage-2112759e81577de9f35434b6b02112f5db71c4e7.tar.xz
dev-python/hidapi: drop python 2.7
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/hidapi/hidapi-0.7.99_p21.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hidapi/hidapi-0.7.99_p21.ebuild b/dev-python/hidapi/hidapi-0.7.99_p21.ebuild
index 17da3cfc..734e5ce7 100644
--- a/dev-python/hidapi/hidapi-0.7.99_p21.ebuild
+++ b/dev-python/hidapi/hidapi-0.7.99_p21.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1
MY_P="${P/_p/.post}"