From 3ae5956fcf692498935c7d70ec777670afa83d72 Mon Sep 17 00:00:00 2001 From: Adam Dinwoodie Date: Mon, 23 Oct 2023 21:19:23 +0100 Subject: [PATCH] Remove python3-pip from build dependencies An appropriate pip package is being installed automatically, and specifying python3-pip is actually ending up with python36-pip installed, which is not particularly useful. --- offlineimap.cygport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offlineimap.cygport b/offlineimap.cygport index 852bbb5..3136efd 100644 --- a/offlineimap.cygport +++ b/offlineimap.cygport @@ -14,4 +14,4 @@ ARCH=noarch SRC_URI="https://github.com/OfflineIMAP/offlineimap3/archive/refs/tags/v${PV}.tar.gz" SRC_DIR="offlineimap3-${PV}" -BUILD_REQUIRES='python3 python3-pip' +BUILD_REQUIRES=python3