From 011d2a44162cd9ecd77417ffbb1c05004aab4c5c Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Tue, 17 Dec 2024 23:11:04 +0900 Subject: [PATCH] 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 958a391eeb5b82f11b5495a7847e5d7515a641bd..1f3c8a7820d7f7c09e1dd84d505439d2d190ec75 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