mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: docker-compose: Switch to pyproject.
* gnu/packages/docker.scm (docker-compose): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools.
This commit is contained in:
committed by
Sharlatan Hellseher
parent
3a8656e0bd
commit
7652e6f8f9
@@ -303,7 +303,7 @@ client.")
|
||||
(sha256
|
||||
(base32
|
||||
"1dq9kfak61xx7chjrzmkvbw9mvj9008k7g8q7mwi4x133p9dk32c"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
;; TODO: Tests require running Docker daemon.
|
||||
(arguments
|
||||
(list
|
||||
@@ -315,6 +315,7 @@ client.")
|
||||
(substitute* "setup.py"
|
||||
((", < 6")
|
||||
"")))))))
|
||||
(native-inputs (list python-setuptools))
|
||||
(inputs
|
||||
(list python-cached-property
|
||||
python-distro
|
||||
|
||||
Reference in New Issue
Block a user