From ace9a96f5be1bef299e7c9133ff05d32f2c55a30 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sat, 14 Dec 2024 20:47:52 +0200 Subject: [PATCH] gnu: vdirsyncer: Fix build. * gnu/packages/dav.scm (vdirsyncer)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: Ie949357cad03d55f79d4d73c1be9aaec50e53696 --- gnu/packages/dav.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm index b30b1ef5a59392d37dd45b49e9bc1499a198e1ff..e4b85ae2d9487ce14b9c26cc975c85e09a5fc583 100644 --- a/gnu/packages/dav.scm +++ b/gnu/packages/dav.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2015, 2016, 2017 Leo Famulari -;;; Copyright © 2018, 2019, 2022, 2023 Efraim Flashner +;;; Copyright © 2018, 2019, 2022-2024 Efraim Flashner ;;; Copyright © 2020 Tobias Geerinckx-Rice ;;; Copyright © 2020 Vinicius Monego ;;; Copyright © 2021 Tanguy Le Carrour @@ -138,8 +138,10 @@ efficient syncing (("^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