mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: vdirsyncer: Fix build.
* gnu/packages/dav.scm (vdirsyncer)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: Ie949357cad03d55f79d4d73c1be9aaec50e53696
This commit is contained in:
parent
3545b0f9c3
commit
ace9a96f5b
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2015, 2016, 2017 Leo Famulari <leo@famulari.name>
|
||||
;;; Copyright © 2018, 2019, 2022, 2023 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2018, 2019, 2022-2024 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
|
||||
;;; Copyright © 2021 Tanguy Le Carrour <tanguy@bioneland.org>
|
||||
|
@ -138,8 +138,10 @@ (define-public vdirsyncer
|
|||
(("^release.*")
|
||||
(string-append "release = '" #$version "'\n"))))))))
|
||||
(native-inputs
|
||||
(list python-setuptools-scm
|
||||
(list python-setuptools
|
||||
python-setuptools-scm
|
||||
python-sphinx
|
||||
python-wheel
|
||||
;; Required for testing
|
||||
python-aioresponses
|
||||
python-hypothesis
|
||||
|
|
Loading…
Reference in a new issue