mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
df218e5435
commit
3a8656e0bd
1 changed files with 2 additions and 2 deletions
|
|
@ -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")))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue