From 8e348245c8b962a516e7154346497bfb6e1a4804 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Sat, 21 Dec 2024 00:07:27 +0100 Subject: [PATCH] gnu: python-property-cached: Fix build. * gnu/packages/python-xyz.scm (python-property-cached)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: I919314b2b990cccbd1f144a612a36db34d6e52c6 --- gnu/packages/python-xyz.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f24af4b9073e3611e81fc54cd2b9271e18a56a48..0044c10a50d2a940ba5f28322054e786c2d76d55 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10735,7 +10735,8 @@ the OleFileIO module from PIL, the Python Image Library.") (list ;; AssertionError. #:test-flags #~(list "-k" "not test_threads_ttl_expiry"))) - (native-inputs (list python-freezegun python-pytest unzip)) + (native-inputs (list python-freezegun python-pytest unzip + python-setuptools python-wheel)) (home-page "https://github.com/althonos/property-cached/") (synopsis "Decorator for caching properties in classes") (description "This package provides a decorator for caching properties in