[libcamera-devel] [PATCH v1 1/4] package: gentoo: Update Python versions

Laurent Pinchart laurent.pinchart at ideasonboard.com
Tue Aug 24 16:15:43 CEST 2021


The Gentoo Python3 supported versions are now 3.6 to 3.10. Update the
package accordingly.

Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
 package/gentoo/media-libs/libcamera/libcamera-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild b/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild
index b336932ef321..49bd180dff29 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
 
-- 
Regards,

Laurent Pinchart



More information about the libcamera-devel mailing list