diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-12-17 23:11:04 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-12-17 23:43:58 +0900 |
commit | 011d2a44162cd9ecd77417ffbb1c05004aab4c5c (patch) | |
tree | 2140b43fc34a15794c5f7cbae37da16af35c0df0 /gnu/packages/python-xyz.scm | |
parent | 646b94cfa4e261eb72a745f34e04ae823266345e (diff) | |
download | guix-011d2a44162cd9ecd77417ffbb1c05004aab4c5c.tar.gz guix-011d2a44162cd9ecd77417ffbb1c05004aab4c5c.zip |
gnu: python-rope: Fix build.
* gnu/packages/python-xyz.scm (python-rope)
[native-inputs]: Add python-pip.
Change-Id: I20d2c77b9f343c6012af9e7b33fe73fed78ddc18
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 958a391eeb..1f3c8a7820 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |