summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2021-06-04 00:33:19 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2021-06-04 00:33:19 +0100
commita6896944520250af3bf8cac0a5aa53ba8b64aab6 (patch)
tree820ed7768503b8d2e36cd0bbdf6345ffc61053bb /dev-python
parentdev-python/hidapi: drop python 3.7 (diff)
downloadportage-a6896944520250af3bf8cac0a5aa53ba8b64aab6.tar.xz
dev-python/libusb1: drop python 3.7
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/libusb1/libusb1-1.9.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/libusb1/libusb1-1.9.2.ebuild b/dev-python/libusb1/libusb1-1.9.2.ebuild
index 421e2628..a2f4f44e 100644
--- a/dev-python/libusb1/libusb1-1.9.2.ebuild
+++ b/dev-python/libusb1/libusb1-1.9.2.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="Pure-python wrapper for dev-libs/libusb"