From: Tobias Brunner Date: Mon, 24 Aug 2020 14:15:50 +0000 (+0200) Subject: testing: Replace deprecated/removed `pip install --download` command X-Git-Tag: 5.9.1dr1~21^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9785b36a3fe15b07486461188e20a2632d3c76a;p=thirdparty%2Fstrongswan.git testing: Replace deprecated/removed `pip install --download` command It was deprecated for a while and has been replaced by `pip download`. --- diff --git a/testing/scripts/recipes/015_strongTNC.mk b/testing/scripts/recipes/015_strongTNC.mk index 419d60bb17..4e2925ff0d 100644 --- a/testing/scripts/recipes/015_strongTNC.mk +++ b/testing/scripts/recipes/015_strongTNC.mk @@ -15,7 +15,7 @@ $(PKG)-master: $(ZIP) $(DEPS): $(PKG)-master mkdir -p $(DEPS) - pip install --download $(DEPS) -r $(PKG)-master/requirements.txt + pip download -d $(DEPS) -r $(PKG)-master/requirements.txt install: $(DEPS) pip install --no-index --find-links=file://`pwd`/$(DEPS) -r $(PKG)-master/requirements.txt