mirror of
https://github.com/samba-team/samba.git
synced 2025-02-24 13:57:43 +03:00
pyglue: Trim dependencies.
This commit is contained in:
parent
27d82685da
commit
827ce7b0a3
@ -55,7 +55,7 @@ bld.SAMBA_PYTHON('param',
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('pyparam_util',
|
||||
source='pyparam_util.c',
|
||||
deps='LIBPYTHON',
|
||||
deps='LIBPYTHON LIBSAMBA-HOSTCONFIG',
|
||||
needs_python=True
|
||||
)
|
||||
|
||||
|
@ -26,7 +26,7 @@ bld.SAMBA_PYTHON('python_uuid',
|
||||
|
||||
bld.SAMBA_PYTHON('python_glue',
|
||||
source='pyglue.c',
|
||||
deps='LIBNDR ldb SAMDB CREDENTIALS python_dcerpc_misc python_dcerpc_security pyauth pyldb_util pyparam_util',
|
||||
deps='pyparam_util LIBSAMBA-UTIL LIBNETIF',
|
||||
realname='samba/_glue.so'
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user