diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-06-04 00:33:19 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-06-04 00:33:19 +0100 |
commit | a6896944520250af3bf8cac0a5aa53ba8b64aab6 (patch) | |
tree | 820ed7768503b8d2e36cd0bbdf6345ffc61053bb /dev-python/libusb1 | |
parent | dev-python/hidapi: drop python 3.7 (diff) | |
download | portage-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/libusb1')
-rw-r--r-- | dev-python/libusb1/libusb1-1.9.2.ebuild | 2 |
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" |