From 473145ef293f309618c133e9370f5c0cab5da5a6 Mon Sep 17 00:00:00 2001 From: James Wettenhall Date: Fri, 18 Oct 2019 11:01:46 +1100 Subject: [PATCH] Comment out wxPython requirement for now, so CI pipelines don't try to build it from source. --- requirements.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8919b88..1174c6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,8 @@ dsdev-utils==0.9.2 pyupdater==2.2.0 requests==2.4.3 # https://github.com/kennethreitz/requests/issues/2465 setuptools==19.2 # https://github.com/pyinstaller/pyinstaller/issues/1781 -wxPython==4.0.4 + +# Comment out this requirement for now, because in our CI environments, +# we will install wxPython separately to ensure that it's installed from +# a binary distribution: +# wxPython==4.0.4