gnu: python-docker-5: Switch to pyproject.

* gnu/packages/docker.scm (python-docker-5):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
This commit is contained in:
Nicolas Graves 2025-12-22 00:25:06 +01:00 committed by Sharlatan Hellseher
parent df218e5435
commit 3a8656e0bd
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -253,10 +253,10 @@ management tool.")
(file-name (git-file-name name version))
(sha256
(base32 "0m5ifgxdhcf7yci0ncgnxjas879sksrf3im0fahs573g268farz9"))))
(build-system python-build-system)
(build-system pyproject-build-system)
;; Integration tests need a running Docker daemon.
(arguments (list #:tests? #f))
(native-inputs '())
(native-inputs (list python-setuptools))
(inputs (modify-inputs (package-inputs python-docker)
(prepend python-six)
(delete "python-urllib3")))