From 608565652687e3d3f7bb6b76da96011cd1fa9ff4 Mon Sep 17 00:00:00 2001
From: Ian Douglas Scott <ian@iandouglasscott.com>
Date: Mon, 24 Apr 2017 21:19:01 -0700
Subject: [PATCH] Have setup.py download pkgutils

---
 setup.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/setup.sh b/setup.sh
index 3396cacf5..62aa36f5b 100755
--- a/setup.sh
+++ b/setup.sh
@@ -4,6 +4,9 @@ set -e
 echo "Downloading latest libc-artifacts"
 git submodule update --init --remote libc-artifacts
 
+echo "Downloading latest pkgutils"
+git submodule update --init --remote pkgutils
+
 echo "Defaulting to rust nightly"
 rustup override set nightly
 echo "Update rust nightly"
-- 
GitLab