diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-26 04:04:23 -0600 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-26 11:57:09 -0600 |
commit | 40309ed662fbdd9be690bedcff96350da51ffc9d (patch) | |
tree | 5a0f15a007a80ed6e810aa6d3267c3aacbf1d93b /source4/torture | |
parent | 7d270f73bc00b3b3ba3ec1afdf7e3ce850c8d9a9 (diff) | |
download | samba-40309ed662fbdd9be690bedcff96350da51ffc9d.tar.gz samba-40309ed662fbdd9be690bedcff96350da51ffc9d.tar.bz2 samba-40309ed662fbdd9be690bedcff96350da51ffc9d.zip |
r26604: Don't depend on Python just yet, since the code that uses it is ifdeffed out.
(This used to be commit b863fdf474503918f347883a578a8c6624fd615a)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/config.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 42c4068178..dd0ca83f7d 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -296,8 +296,7 @@ PRIVATE_DEPENDENCIES = \ LIBSAMBA-NET \ smbcalls \ POPT_CREDENTIALS \ - torture_rpc \ - LIBPYTHON + torture_rpc # End SUBSYSTEM TORTURE_NET ################################# |