apteryx pushed a commit to branch master in repository guix. commit 011d2a44162cd9ecd77417ffbb1c05004aab4c5c Author: Maxim Cournoyer <maxim.courno...@gmail.com> AuthorDate: Tue Dec 17 23:11:04 2024 +0900
gnu: python-rope: Fix build. * gnu/packages/python-xyz.scm (python-rope) [native-inputs]: Add python-pip. Change-Id: I20d2c77b9f343c6012af9e7b33fe73fed78ddc18 --- gnu/packages/python-xyz.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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