mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-rope: Fix build.
* gnu/packages/python-xyz.scm (python-rope) [native-inputs]: Add python-pip. Change-Id: I20d2c77b9f343c6012af9e7b33fe73fed78ddc18
This commit is contained in:
parent
646b94cfa4
commit
011d2a4416
1 changed files with 2 additions and 1 deletions
|
@ -21454,7 +21454,8 @@ respectively.")
|
|||
(propagated-inputs
|
||||
(list python-pytoolconfig))
|
||||
(native-inputs
|
||||
(list python-pre-commit
|
||||
(list python-pip
|
||||
python-pre-commit
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
python-pytest-timeout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue