summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-13 00:11:08 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-13 12:00:48 +0100
commitec806b0d113b867e4fda927611f219e886e4ce21 (patch)
treeebbb1ff3da7dede9cdd78380e40b134e11bb5e30 /gnu/packages/python-xyz.scm
parentc8e579ae21a8390af97317bae0ab520be446050b (diff)
gnu: python-ua-parser: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-ua-parser)[build-system]: Switch to pyproejct-build-system. [native-inputs]: Add python-setuptools. Change-Id: I5d6b508086e0fa8b3d5e74b5ac302903eb74e2af
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 140179cec00..bf09bf67cad 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15362,11 +15362,12 @@ toolkit. Use it to build trees of widgets.")
(sha256
(base32
"0csh307zfz666kkk5idrw3crj1x8q8vsqgwqil0r1n1hs4p7ica7"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
(arguments
`(#:tests? #f)) ;no test suite in release
(native-inputs
- (list python-pyyaml))
+ (list python-pyyaml
+ python-setuptools))
(home-page "https://github.com/ua-parser/uap-python")
(synopsis "User agent parser")
(description