diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-01-25 15:41:51 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-01-25 15:46:57 +0100 |
commit | d1ed962897b0b0c20cdbcc5b25df1f2be4171067 (patch) | |
tree | cb75c740e94af366e66c686251aed8ae45adb66e /source4 | |
parent | e41a6329029130f7209671c29fd219525d9012f8 (diff) | |
download | samba-d1ed962897b0b0c20cdbcc5b25df1f2be4171067.tar.gz samba-d1ed962897b0b0c20cdbcc5b25df1f2be4171067.tar.bz2 samba-d1ed962897b0b0c20cdbcc5b25df1f2be4171067.zip |
torture: the libnet torture test depend on python
metze
(This used to be commit d64a2288a2cb3a8f74a18b740b265a460773635d)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 0ee7873628..ac3216c5b3 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -297,7 +297,8 @@ PRIVATE_DEPENDENCIES = \ LIBSAMBA-NET \ smbcalls \ POPT_CREDENTIALS \ - torture_rpc + torture_rpc \ + LIBPYTHON # End SUBSYSTEM TORTURE_NET ################################# |