From 9b73be7551a89862d74e085e4c3df6ac099f2b1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Tue, 14 Jan 2025 10:33:26 +0800 Subject: [PATCH] gnu: python-zodbpickle: Fix build. * gnu/packages/python-web.scm (python-zodbpickle)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I5d0b47cbf3ea746368a87a26eb967216aae07de6 --- gnu/packages/python-web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index a9a3ad08dff9439d01124dd519083935e903a8cb..012dd003b61d0e1d5a12ee1e81af60acdeb6e6db 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3399,7 +3399,7 @@ not an object-relational mapping. This comes with several advantaged: (invoke "zope-testrunner" "-vv" "--test-path=src" "--all") (format #t "test suite not run~%"))))))) - (native-inputs (list python-zope-testrunner)) + (native-inputs (list python-zope-testrunner python-setuptools python-wheel)) (home-page "https://github.com/zopefoundation/zodbpickle") (synopsis "Uniform pickling interface for @code{zodb}") (description