From d95be4aa8432d6cebc5bfd3382e1cdcba7c854cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 5 Jun 2021 20:03:04 +0200 Subject: [PATCH] dev-python/pyzbar: Enable py3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pyzbar/pyzbar-0.1.8.ebuild | 6 ++---- 1 file 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 0b2b2c4440855..48f0bc8d05feb 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"