mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-setuptools-scm-next: Fix build.
* gnu/packages/python-build.scm (python-setuptools-scm-next) [native-inputs]: Add python-wheel. Change-Id: Ib5ba510b67f652119f20b0e5a601cc7082716427
This commit is contained in:
parent
ace9a96f5b
commit
00b86f5817
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2015, 2024 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2015, 2024 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2015, 2020, 2023 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2015, 2020, 2023, 2024 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
|
;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
|
||||||
;;; Copyright © 2020, 2023 Marius Bakke <marius@gnu.org>
|
;;; Copyright © 2020, 2023 Marius Bakke <marius@gnu.org>
|
||||||
;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
|
;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
|
||||||
|
@ -694,7 +694,7 @@ them as the version argument or in a SCM managed file.")
|
||||||
(getcwd) "/src:"
|
(getcwd) "/src:"
|
||||||
(getenv "GUIX_PYTHONPATH"))))))
|
(getenv "GUIX_PYTHONPATH"))))))
|
||||||
#:tests? #f)) ;avoid extra dependencies such as pytest
|
#:tests? #f)) ;avoid extra dependencies such as pytest
|
||||||
(native-inputs (list python-setuptools))))
|
(native-inputs (list python-setuptools python-wheel))))
|
||||||
|
|
||||||
(define-public python-editables
|
(define-public python-editables
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue