summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/update-external.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/update-external.sh b/lib/update-external.sh
index 53748d8810..fc2443b77e 100755
--- a/lib/update-external.sh
+++ b/lib/update-external.sh
@@ -13,4 +13,9 @@ echo "Updating testtools..."
bzr export "$WORKDIR/testtools" lp:testtools
rsync -avz --delete "$WORKDIR/testtools/" "$TARGETDIR/testtools/"
+echo "Updating dnspython..."
+git clone git://www.dnspython.org/dnspython.git "$WORKDIR/dnspython"
+rm -rf "$WORKDIR/dnspython/.git"
+rsync -avz --delete "$WORKDIR/dnspython/" "$TARGETDIR/dnspython/"
+
rm -rf "$WORKDIR"