]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
testing: Replace deprecated/removed `pip install --download` command
authorTobias Brunner <tobias@strongswan.org>
Mon, 24 Aug 2020 14:15:50 +0000 (16:15 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 3 Sep 2020 11:34:19 +0000 (13:34 +0200)
It was deprecated for a while and has been replaced by `pip download`.

testing/scripts/recipes/015_strongTNC.mk

index 419d60bb177ecbfa8d0276f1ab8fd4d5d60a2b0e..4e2925ff0d8e909ef4df88fa1f263e08347b8d9c 100644 (file)
@@ -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