mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-22 10:10:31 +02: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
Sharlatan Hellseher
parent
cf02a5f059
commit
118a044b8e
@@ -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