summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f24af4b9073..0044c10a50d 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