1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-22 16:23:49 +03:00

s4-python: Install external included packages only if they're not present on the system.

This commit is contained in:
Jelmer Vernooij
2010-03-31 03:56:24 +02:00
parent 0e77bea165
commit 5f3fcf7a77
6 changed files with 19 additions and 24 deletions

View File

@@ -1,11 +1,10 @@
#!/usr/bin/python
# work out what python external libraries we need to install
external_libs = {
"dns.resolver": "dnspython",
"subunit": "subunit",
"testtools": "testtools"}
"dns.resolver": "dnspython/dns",
"subunit": "subunit/python/subunit",
"testtools": "testtools/testtools"}
list = []