From caad110997ee1e7a72dd91cc4ac5b9ddd349ab60 Mon Sep 17 00:00:00 2001 From: Sachidananda Urs Date: Tue, 24 May 2022 17:29:53 +0530 Subject: [PATCH 1/2] Remove the --system option to pip --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9120fe9..e462aa7 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ release: gen-version @rm -rf build @mkdir -p build/src @cp -r gstatus/* build/src/ - @${PYTHON} -m pip install --system -r requirements.txt --target build/src + @${PYTHON} -m pip install -r requirements.txt --target build/src @cd build/src && zip -r ../${PROGNAME}.zip * @echo '#!/usr/bin/env ${PYTHON}' | cat - build/${PROGNAME}.zip > build/${PROGNAME} @chmod +x build/${PROGNAME} From 374a1ef56b2fc0f7d1d6019c0a6eb89a8a738993 Mon Sep 17 00:00:00 2001 From: Sachidananda Urs Date: Tue, 24 May 2022 17:31:08 +0530 Subject: [PATCH 2/2] Bump the glustercli version to match the newest release --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 57b4faa..5b2db43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -glustercli==0.8.2 +glustercli==0.8.3