[libcamera-devel,v1,1/4] package: gentoo: Update Python versions
diff mbox series

Message ID 20210824141546.10543-2-laurent.pinchart@ideasonboard.com
State Accepted
Headers show
Series
  • libcamera: Dust the Gentoo ebuild
Related show

Commit Message

Laurent Pinchart Aug. 24, 2021, 2:15 p.m. UTC
The Gentoo Python3 supported versions are now 3.6 to 3.10. Update the
package accordingly.

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

Patch
diff mbox series

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