Module: check_mk
Branch: master
Commit: 3f01fd6e670616bed2954e6a9ccf95089c8e2f09
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=3f01fd6e670616…
Author: Sven Panne <sp(a)mathias-kettner.de>
Date: Wed May 16 12:38:21 2018 +0200
Fixed build order.
Change-Id: I2b5a03b7f00872750a8521587798f1a556f7d159
---
omd/packages/python-modules/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/omd/packages/python-modules/Makefile b/omd/packages/python-modules/Makefile
index cb31b24..3969d7d 100644
--- a/omd/packages/python-modules/Makefile
+++ b/omd/packages/python-modules/Makefile
@@ -101,8 +101,8 @@ else ifneq ($(filter $(DISTRO_CODE),el6),)
PATCHES += patches/0004-CMS_DEBUG_DECRYPT-fix.patch
PATCHES += patches/0009-cryptography-1.5.3-disable-version-warning.patch
else
- MODULES += cryptography-1.9.tar.gz
MODULES += asn1crypto-0.24.0.tar.gz
+ MODULES += cryptography-1.9.tar.gz
endif
# Added for NetApp special agent, but may be used in other components too in future