mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
bf1fd06d4f
commit
6a37ea12b7
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue