Module: check_mk
Branch: master
Commit: 19131304cd999d80cf3a02912dd7e08f2fff8cb8
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=19131304cd999d…
Author: Sven Panne <sp(a)mathias-kettner.de>
Date: Tue May 22 15:08:15 2018 +0200
Update pipenv if necessary.
Change-Id: I323aae4fabb42c64555df815c04a538bf33e920b
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index a2c62dd..560bbf4 100644
--- a/Makefile
+++ b/Makefile
@@ -418,7 +418,7 @@ setup:
python-pip \
chrpath \
enchant
- sudo pip install pipenv
+ sudo pip install -U pipenv
$(MAKE) -C omd setup
ifeq ($(ENTERPRISE),yes)
$(MAKE) -C enterprise/locale setup