From a6f708fabbbf966d8c4f71514afcc5230424f7f3 Mon Sep 17 00:00:00 2001 From: Donat Zenichev Date: Mon, 2 Dec 2024 17:14:39 +0100 Subject: [PATCH] MT#59962 apps: dsm, exclude mod_py For cases when not defined explicitely by given compilation variables, add mod_py to the list of `exclude_dsm_modules`. It's not used and relies on older python2, which is not to see in newer environments. Change-Id: Ic0b3bdb8530b21e9c25484487cbba075b8fea156 --- apps/dsm/mods/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dsm/mods/Makefile b/apps/dsm/mods/Makefile index 1cc565a8..ac35b388 100644 --- a/apps/dsm/mods/Makefile +++ b/apps/dsm/mods/Makefile @@ -4,7 +4,7 @@ COREPATH = $(DSMPATH)/../../core include $(COREPATH)/../Makefile.defs -exclude_dsm_modules ?= mod_mysql mod_aws mod_curl mod_xml +exclude_dsm_modules ?= mod_mysql mod_aws mod_curl mod_xml mod_py ifneq ($(USE_MONITORING), yes) exclude_dsm_modules += mod_monitoring