From 49cb0a69e0b3583e2acd0e94659024e21d8f7c34 Mon Sep 17 00:00:00 2001 From: "shikhar.s" Date: Thu, 4 Jul 2019 19:57:07 +0530 Subject: [PATCH] change in jenkins file --- Jenkinsfile | 2 +- requirements.txt | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index dd7a6580..f36bce55 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ pipeline { export PATH=${VIRTUAL_ENV}/bin:${PATH} pip install --upgrade pip pip install -r requirements.txt -r dev-requirements.txt - make clean + make -f Makefile clean """ } } diff --git a/requirements.txt b/requirements.txt index c55e5cf1..a17430c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,9 @@ python_prctl psutil pycrypto +python +openssl +libssl-dev +git +python-msgpack +python-qt4