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:
@@ -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 = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user