diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-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") |