summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba_external
AgeCommit message (Collapse)AuthorFilesLines
2010-03-31samba_external: Simplify script to find missing external packages; include ↵Jelmer Vernooij1-4/+10
subunit and testtools as well.
2010-03-29s4-python: Move dnspython to lib/, like the other Python modulesJelmer Vernooij113-16825/+0
This also avoids it from being installed if it's already present on the system.
2010-03-05s4-python: only install external python libs that are missingAndrew Tridgell1-0/+12
2010-03-05s4-python: import a copy of the python dns libraryAndrew Tridgell114-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>