Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-29 | s4-python: Simplify mechanism for finding included Python modules. | Jelmer Vernooij | 1 | -31/+0 | |
2010-03-29 | s4-python: Move dnspython to lib/, like the other Python modules | Jelmer Vernooij | 1 | -23/+4 | |
This also avoids it from being installed if it's already present on the system. | |||||
2010-03-05 | s4-python: allow us to have samba copies of python libraries we depend on | Andrew Tridgell | 1 | -0/+50 | |
For python libraries like dns.resolver it is useful to be able to install a copy of the library with Samba. This set of functions allows us to do that while using the locally installed version if it is available Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> |