Upgrade wxPython to 4.2.1, drop 4.2.0 workaroud
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Sat, 07 Oct 2023 17:33:52 +0200
changeset 3862 ef434ea0bcec
parent 3854 d29d67e86532
child 3863 b076f52bd1c8
Upgrade wxPython to 4.2.1, drop 4.2.0 workaroud
requirements.txt
tests/tools/Docker/Dockerfile
--- a/requirements.txt	Wed Oct 04 16:24:00 2023 +0200
+++ b/requirements.txt	Sat Oct 07 17:33:52 2023 +0200
@@ -39,6 +39,6 @@
 Twisted==22.10.0
 txaio==23.1.1
 typing_extensions==4.5.0
-wxPython==4.2.0
+wxPython==4.2.1
 zeroconf==0.62.0
 zope.interface==6.0
--- a/tests/tools/Docker/Dockerfile	Wed Oct 04 16:24:00 2023 +0200
+++ b/tests/tools/Docker/Dockerfile	Sat Oct 07 17:33:52 2023 +0200
@@ -87,9 +87,6 @@
 
 COPY requirements.txt /home/$UNAME
 
-# wxpython build requirements
-RUN ~/beremizenv/bin/pip install `grep gattrdict /home/$UNAME/requirements.txt`
-
 # beremiz python requirements
 RUN ~/beremizenv/bin/pip install -r /home/$UNAME/requirements.txt