From 163990888d653e3e7ab3ed185bb663b6bd220330 Mon Sep 17 00:00:00 2001
From: Ugo Albanese <u.albanese@santannapisa.it>
Date: Wed, 16 Dec 2020 16:54:51 +0100
Subject: [PATCH] [NRRPLT-0000] Unquote PYTHON_PIP_VERSION

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 614d3cd..3e8701a 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ COVER_PACKAGES=hbp_nrp_distributed_nest
 #documentation to build
 #DOC_MODULES=hbp_nrp_distributed_nest/doc
 
-PYTHON_PIP_VERSION?='pip>=19'
+PYTHON_PIP_VERSION?=pip>=19
 
 ##### DO NOT MODIFY BELOW #####################
 
-- 
GitLab