[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/11: gnu: python-property-cached: Fix build.
From: |
guix-commits |
Subject: |
06/11: gnu: python-property-cached: Fix build. |
Date: |
Fri, 20 Dec 2024 20:28:40 -0500 (EST) |
dannym pushed a commit to branch master
in repository guix.
commit 8e348245c8b962a516e7154346497bfb6e1a4804
Author: Danny Milosavljevic <dannym@friendly-machines.com>
AuthorDate: Sat Dec 21 00:07:27 2024 +0100
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 f24af4b907..0044c10a50 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
- branch master updated (42ba1aa8b3 -> 4eaeff9979), guix-commits, 2024/12/20
- 03/11: gnu: python-pyct: Fix build., guix-commits, 2024/12/20
- 07/11: gnu: python-farama-notifications: Fix build., guix-commits, 2024/12/20
- 04/11: gnu: python-rpy2: Update to 3.5.17., guix-commits, 2024/12/20
- 01/11: gnu: python-colorcet: Fix build., guix-commits, 2024/12/20
- 06/11: gnu: python-property-cached: Fix build.,
guix-commits <=
- 05/11: gnu: python-geojson: Fix build., guix-commits, 2024/12/20
- 02/11: gnu: python-amqp: Fix build., guix-commits, 2024/12/20
- 08/11: gnu: python-werkzeug: Fix build., guix-commits, 2024/12/20
- 09/11: gnu: python-pyahocorasick: Fix build., guix-commits, 2024/12/20
- 10/11: gnu: python-geopack: Fix build., guix-commits, 2024/12/20
- 11/11: gnu: Add whisper-cpp., guix-commits, 2024/12/20