summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/xml.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 433da105e3..5e9a7e3c82 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -327,7 +327,7 @@ to output XPath results with a null delimiter.")))
(patches
(append (search-patches "python-libxml2-utf8.patch")
(origin-patches (package-source libxml2))))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
(outputs '("out"))
(arguments
(list
@@ -345,6 +345,7 @@ to output XPath results with a null delimiter.")))
;; provide the absolute directory name.
(("/opt/include")
(dirname libxml2-headers)))))))))
+ (native-inputs (list python-setuptools))
(inputs (list libxml2))
(synopsis "Python bindings for the libxml2 library")))