summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba_external
Commit message (Collapse)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-4/+0
| | | | | | | Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sat Mar 2 03:57:34 CET 2013 on sn-devel-104
* s4-python Remove unused missing.py (used by old build system)Andrew Bartlett2011-02-021-17/+0
|
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-241-1/+1
| | | | | | | | Using "#!/usr/bin/env python" is more portable. It still isn't ideal though, as we should really use the python path found at configure time. We do that in many places already, but some don't. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4-waf: updates for the new python installer from jelmerAndrew Tridgell2010-04-061-11/+0
|
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell2010-04-061-0/+2
| | | | them
* s4-waf: install the rest of our python filesAndrew Tridgell2010-04-061-0/+9
|
* s4-python: Install external included packages only if they're not present on ↵Jelmer Vernooij2010-03-311-4/+3
| | | | the system.
* samba_external: Simplify script to find missing external packages; include ↵Jelmer Vernooij2010-03-311-4/+10
| | | | subunit and testtools as well.
* s4-python: Move dnspython to lib/, like the other Python modulesJelmer Vernooij2010-03-29113-16825/+0
| | | | | This also avoids it from being installed if it's already present on the system.
* s4-python: only install external python libs that are missingAndrew Tridgell2010-03-051-0/+12
|
* s4-python: import a copy of the python dns libraryAndrew Tridgell2010-03-05114-0/+16829
This library is not installed on enough systems for us to rely on it being available. We use the system copy if possible, and fallback to this local copy Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>