From 71cdd452ccd3c60d13e6bac1e3a828a672631bde Mon Sep 17 00:00:00 2001 From: Peter Steenbergen Date: Mon, 28 Jan 2019 11:39:34 +0100 Subject: [PATCH] MycroftOS: Add default /etc/pip.conf with; piwheels added as extra url (however python3.7 is not yet supported) only binaries for all (this should fix #11 ) --- buildroot-external/rootfs-overlay/etc/pip.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 buildroot-external/rootfs-overlay/etc/pip.conf diff --git a/buildroot-external/rootfs-overlay/etc/pip.conf b/buildroot-external/rootfs-overlay/etc/pip.conf new file mode 100644 index 00000000..d48dbbd9 --- /dev/null +++ b/buildroot-external/rootfs-overlay/etc/pip.conf @@ -0,0 +1,3 @@ +[global] +only-binary=:all: +extra-index-url=https://www.piwheels.org/simple