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
mr13.1
Donat Zenichev 2 years ago
parent 4eb5a1e39b
commit a6f708fabb

@ -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

Loading…
Cancel
Save