mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00:00
gnu: python-libfreenect: Fix package build on python-3.12.
* gnu/packages/openkinect.scm (python-libfreenect)[native-inputs]: Add python-setuptools. Change-Id: I3c1dc418063ffd2adecd91f2ef5ad510a6792f0a Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Andreas Enge
parent
63dd3aacc4
commit
ede8b3a390
@@ -25,6 +25,7 @@
|
||||
#:use-module (gnu packages pkg-config)
|
||||
#:use-module (gnu packages libusb)
|
||||
#:use-module (gnu packages python)
|
||||
#:use-module (gnu packages python-build)
|
||||
#:use-module (gnu packages python-xyz)
|
||||
#:use-module (gnu packages gl)
|
||||
#:use-module (gnu packages pkg-config)
|
||||
@@ -123,7 +124,7 @@ library")))
|
||||
(inherit libfreenect)
|
||||
(name "python-libfreenect")
|
||||
(native-inputs
|
||||
(list python-cython-0))
|
||||
(list python-cython-0 python-setuptools))
|
||||
(inputs
|
||||
(list libfreenect))
|
||||
(propagated-inputs
|
||||
|
||||
Reference in New Issue
Block a user