mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
s4-waf: don't depend directly on python modules
build rules should not list dependencies on python modules. Instead, if code needs the module it should use the python API import calls to access the module. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
@ -9,7 +9,7 @@ bld.SAMBA_SUBSYSTEM('MESSAGING',
|
||||
|
||||
bld.SAMBA_PYTHON('python_messaging',
|
||||
source='pymessaging.c',
|
||||
deps='MESSAGING LIBEVENTS python_irpc pyparam_util',
|
||||
deps='MESSAGING LIBEVENTS pyparam_util',
|
||||
realname='samba/messaging.so'
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user