mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: awscli-2: Remove obsolete build phase.
* gnu/packages/python-web.scm (awscli-2)[arguments]: Remove phase 'remove-pep517. Change-Id: Ibf05ea4f3ba93ea070bc29c3524be3b246f55708
This commit is contained in:
parent
2bad5ec127
commit
adef506aca
1 changed files with 0 additions and 9 deletions
|
@ -4706,15 +4706,6 @@ Services (AWS) API.")
|
|||
(lambda _
|
||||
(substitute* "pyproject.toml"
|
||||
(("\"error::") "\"ignore::"))))
|
||||
(add-after 'unpack 'remove-pep517
|
||||
(lambda _
|
||||
(rename-file "backends/pep517.py" "backends/dummypep517.py")
|
||||
(substitute* "pyproject.toml"
|
||||
(("pep517") "dummypep517"))
|
||||
(setenv "PYTHONPATH"
|
||||
(string-append (getcwd) ":"
|
||||
(getcwd) "/backends:"
|
||||
(getenv "GUIX_PYTHONPATH")))))
|
||||
(add-after 'unpack 'fix-reference-to-groff
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(substitute* "awscli/help.py"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue