From bc78feb5d8164868d83a3c25f179d67e6af9af5e Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Tue, 24 Aug 2021 11:58:20 +0300 Subject: package: gentoo: Update Python versions The Gentoo Python3 supported versions are now 3.6 to 3.10. Update the package accordingly. Signed-off-by: Laurent Pinchart Reviewed-by: Paul Elder Reviewed-by: Kieran Bingham --- package/gentoo/media-libs/libcamera/libcamera-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/gentoo/media-libs/libcamera/libcamera-9999.ebuild') diff --git a/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild b/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild index b336932e..49bd180d 100644 --- a/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild +++ b/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild @@ -2,7 +2,7 @@ # Copyright 2019 Google Inc. EAPI=6 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit git-r3 meson python-any-r1 -- cgit v1.2.1