diff options
author | Klement Sekera <ksekera@cisco.com> | 2018-03-21 17:48:50 +0100 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2018-03-24 15:20:11 +0000 |
commit | 3d6edf5a96a9af26edb930e98040fcf5c461c993 (patch) | |
tree | 02936886d197c8d0de17f6079b1419b65cbea2d4 | |
parent | 8432e6e6f702ef707bb379c59cc9eed7764d9dfe (diff) |
make test: use vpp-dev repo for py-lispnetworking
Change-Id: Ia87d55cad1d466a4cc624f06abbc322cddb5608c
Signed-off-by: Klement Sekera <ksekera@cisco.com>
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index d1704cfeb8f..7984e3102da 100644 --- a/test/Makefile +++ b/test/Makefile @@ -54,7 +54,7 @@ PYTHON_EXTRA_DEPENDS= endif PYTHON_VENV_PATH=$(VPP_PYTHON_PREFIX)/virtualenv -PYTHON_DEPENDS=$(PYTHON_EXTRA_DEPENDS) faulthandler six scapy==2.4.0rc5 pexpect cryptography subprocess32 cffi git+https://github.com/klement/py-lispnetworking@setup +PYTHON_DEPENDS=$(PYTHON_EXTRA_DEPENDS) faulthandler six scapy==2.4.0rc5 pexpect cryptography subprocess32 cffi git+https://github.com/vpp-dev/py-lispnetworking SCAPY_SOURCE=$(shell find $(PYTHON_VENV_PATH) -name site-packages) BUILD_COV_DIR=$(BR)/test-cov |