diff options
author | Sughosha <sughosha@disroot.org> | 2024-12-17 13:49:54 +0530 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-18 00:26:29 +0000 |
commit | a4c3019db4c97f85f3fd8c9df22afff382b591f5 (patch) | |
tree | 8145c69736f4dcff0f15fbb73e1b4abcc02eabd9 /gnu/packages | |
parent | 826938c657eb6cde11aa31daf215a59a0a267b3c (diff) | |
download | guix-a4c3019db4c97f85f3fd8c9df22afff382b591f5.tar.gz guix-a4c3019db4c97f85f3fd8c9df22afff382b591f5.zip |
gnu: python-pymarshal: Fix build.
* gnu/packages/python-xyz.scm (python-pymarshal)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I6ad9ca15ab570b8c88136fc13bb6a6e14459094c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index db911eb570..0ba399aa52 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4868,7 +4868,7 @@ variables.") ;; "CovReportWarning: Failed to generate report: No data to report." (list #:tests? #f)) (native-inputs - (list python-pytest python-pytest-cov)) + (list python-pytest python-pytest-cov python-setuptools python-wheel)) (propagated-inputs (list python-bson python-pyyaml)) (home-page "https://gitlab.com/d3v-t00lz/pymarshal") (synopsis "Pythonic implementation of Golang struct (un)marshalling") |