diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2024-05-10 00:54:00 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:18:55 +0000 |
commit | 6a37ea12b7203b9d186d844357e5a892603cb732 (patch) | |
tree | e9b35fb0f1088ef37cbf5a8342661be6e1b8f7c9 | |
parent | bf1fd06d4f5b53b943c6565acaf3061041ef6c81 (diff) | |
download | guix-6a37ea12b7203b9d186d844357e5a892603cb732.tar.gz guix-6a37ea12b7203b9d186d844357e5a892603cb732.zip |
gnu: python-orderedmultidict: Move to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-orderedmultidict):
[build-system]: Move to pyproject-build-system.
Change-Id: I092a1af47c3a8a0fd510c48df679e1045715c1e8
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
-rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ebfa9d75a8..d441a81108 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10255,9 +10255,8 @@ where key might be occurred more than once in the container.") (method url-fetch) (uri (pypi-uri "orderedmultidict" version)) (sha256 - (base32 - "1bc2v0yflsxjyyjx4q9wqx0j3bvzcw9z87d5pz4iqac7bsxhn1q4")))) - (build-system python-build-system) + (base32 "1bc2v0yflsxjyyjx4q9wqx0j3bvzcw9z87d5pz4iqac7bsxhn1q4")))) + (build-system pyproject-build-system) (propagated-inputs (list python-six)) (native-inputs |