mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-property-cached: Fix build.
* gnu/packages/python-xyz.scm (python-property-cached)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: I919314b2b990cccbd1f144a612a36db34d6e52c6
This commit is contained in:
parent
913840a87a
commit
8e348245c8
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue