summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repo/extra/xipkg.xibuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/repo/extra/xipkg.xibuild b/repo/extra/xipkg.xibuild
index 8f82c07..b8bf2e8 100644
--- a/repo/extra/xipkg.xibuild
+++ b/repo/extra/xipkg.xibuild
@@ -12,4 +12,5 @@ build () {
postinstall () {
echo "TESTING POSTINSTALL"
+ pip3 install requests
}