diff options
-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 af84d2b524..0c73551680 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10125,9 +10125,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 |