summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2021-06-04 00:33:02 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2021-06-04 00:33:02 +0100
commit48cfba57b388996d6813e35cbe868b6c738476dd (patch)
treedd80ff35c95f4f30b26c4347e7c4a216c2099ee0 /dev-python
parentdev-python/btchip-python: drop python 3.7 (diff)
downloadportage-48cfba57b388996d6813e35cbe868b6c738476dd.tar.xz
dev-python/hidapi: drop python 3.7
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/hidapi/hidapi-0.10.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hidapi/hidapi-0.10.1.ebuild b/dev-python/hidapi/hidapi-0.10.1.ebuild
index 0d6771d5..1ca9e478 100644
--- a/dev-python/hidapi/hidapi-0.10.1.ebuild
+++ b/dev-python/hidapi/hidapi-0.10.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{3_7,3_8,3_9} )
+PYTHON_COMPAT=( python{3_8,3_9} )
inherit distutils-r1
DESCRIPTION="Python wrapper for dev-libs/hidapi"