diff options
author | Klement Sekera <ksekera@cisco.com> | 2017-06-01 05:06:45 +0200 |
---|---|---|
committer | Klement Sekera <ksekera@cisco.com> | 2017-06-01 06:11:57 +0200 |
commit | 26261594a0b821770aa0a646cba8399aa6320c2e (patch) | |
tree | b694487fd1faef62c5e61824fdb9c2f2cbd80a3f /test/Makefile | |
parent | ad625f55db7f63eaae9835452727445649836414 (diff) |
make test: add suddenly missing dependency (six module)
Change-Id: I121eaee6b752a6b3bfe1d5ecf803f67147c77beb
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index d0d7d098451..8df96404a2b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -35,7 +35,7 @@ UNITTEST_EXTRA_OPTS=$(UNITTEST_FAILFAST_OPTS) -d $(EXTERN_TESTS) endif PYTHON_VENV_PATH=$(VPP_PYTHON_PREFIX)/virtualenv -PYTHON_DEPENDS=scapy==2.3.3 pexpect subprocess32 cffi git+https://github.com/klement/py-lispnetworking@setup +PYTHON_DEPENDS=six scapy==2.3.3 pexpect subprocess32 cffi git+https://github.com/klement/py-lispnetworking@setup SCAPY_SOURCE=$(shell find $(PYTHON_VENV_PATH) -name site-packages) BUILD_COV_DIR=$(BR)/test-cov |