summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 20:03:04 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 20:10:28 +0200
commitd95be4aa8432d6cebc5bfd3382e1cdcba7c854cb (patch)
treed78a16b2c11fc758cdbcb43f3390a85a0ca3c000
parentdev-python/quantities: Enable py3.10 (diff)
downloadgentoo-d95be4aa8432d6cebc5bfd3382e1cdcba7c854cb.tar.gz
gentoo-d95be4aa8432d6cebc5bfd3382e1cdcba7c854cb.tar.bz2
gentoo-d95be4aa8432d6cebc5bfd3382e1cdcba7c854cb.zip
dev-python/pyzbar: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pyzbar/pyzbar-0.1.8.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/pyzbar/pyzbar-0.1.8.ebuild b/dev-python/pyzbar/pyzbar-0.1.8.ebuild
index 0b2b2c444085..48f0bc8d05fe 100644
--- a/dev-python/pyzbar/pyzbar-0.1.8.ebuild
+++ b/dev-python/pyzbar/pyzbar-0.1.8.ebuild
@@ -1,11 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..8} )
-
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Read one-dimensional barcodes and QR codes from Python"