Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4-python: Simplify mechanism for finding included Python modules. | Jelmer Vernooij | 2010-03-29 | 1 | -31/+0 |
| | |||||
* | s4-python: Move dnspython to lib/, like the other Python modules | Jelmer Vernooij | 2010-03-29 | 1 | -23/+4 |
| | | | | | This also avoids it from being installed if it's already present on the system. | ||||
* | s4-python: allow us to have samba copies of python libraries we depend on | Andrew Tridgell | 2010-03-05 | 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> |