summaryrefslogtreecommitdiffstats
path: root/third_party/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/wscript_build')
-rw-r--r--third_party/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/wscript_build b/third_party/wscript_build
index 0be84743b3..9a5fabc054 100644
--- a/third_party/wscript_build
+++ b/third_party/wscript_build
@@ -5,6 +5,7 @@ import os
# work out what python external libraries we need to install
external_libs = {
"dns.resolver": "dnspython/dns",
+ "iso8601": "pyiso8601",
}
list = []