From a2d2a01ec5729fd49ce0c473db09eac6c9a04cdf Mon Sep 17 00:00:00 2001 From: wheaney <42350981+wheaney@users.noreply.github.com> Date: Sat, 25 May 2024 16:04:45 -0700 Subject: [PATCH] Move to latest XRDriverIPC module, drops requirement for the requests python module --- modules/xrealAirLinuxDriver | 2 +- ui/com.xronlinux.BreezyDesktop.json | 1 - ui/modules/PyXRLinuxDriverIPC | 2 +- ui/python3-requests.json | 34 ----------------------------- 4 files changed, 2 insertions(+), 37 deletions(-) delete mode 100644 ui/python3-requests.json diff --git a/modules/xrealAirLinuxDriver b/modules/xrealAirLinuxDriver index 4e74072..4e3f653 160000 --- a/modules/xrealAirLinuxDriver +++ b/modules/xrealAirLinuxDriver @@ -1 +1 @@ -Subproject commit 4e74072c2e5656243767ba6c205453c3d3137975 +Subproject commit 4e3f653d71dc4dca36a8f45c376ee9d853fb6b66 diff --git a/ui/com.xronlinux.BreezyDesktop.json b/ui/com.xronlinux.BreezyDesktop.json index bc4dc9e..5c87a57 100644 --- a/ui/com.xronlinux.BreezyDesktop.json +++ b/ui/com.xronlinux.BreezyDesktop.json @@ -32,7 +32,6 @@ ], "modules" : [ "python3-pydbus.json", - "python3-requests.json", { "name": "dconf", "buildsystem": "meson", diff --git a/ui/modules/PyXRLinuxDriverIPC b/ui/modules/PyXRLinuxDriverIPC index 1d0519b..50ce02f 160000 --- a/ui/modules/PyXRLinuxDriverIPC +++ b/ui/modules/PyXRLinuxDriverIPC @@ -1 +1 @@ -Subproject commit 1d0519bb4dfdc35ccb5c4ceb880cceab0edd0d68 +Subproject commit 50ce02fc9e341d417785bd26abeee9f7305bee6c diff --git a/ui/python3-requests.json b/ui/python3-requests.json deleted file mode 100644 index edb77fc..0000000 --- a/ui/python3-requests.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "python3-requests", - "buildsystem": "simple", - "build-commands": [ - "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"requests\" --no-build-isolation" - ], - "sources": [ - { - "type": "file", - "url": "https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl", - "sha256": "dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1" - }, - { - "type": "file", - "url": "https://files.pythonhosted.org/packages/63/09/c1bc53dab74b1816a00d8d030de5bf98f724c52c1635e07681d312f20be8/charset-normalizer-3.3.2.tar.gz", - "sha256": "f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5" - }, - { - "type": "file", - "url": "https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl", - "sha256": "82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0" - }, - { - "type": "file", - "url": "https://files.pythonhosted.org/packages/c3/20/748e38b466e0819491f0ce6e90ebe4184966ee304fe483e2c414b0f4ef07/requests-2.32.2-py3-none-any.whl", - "sha256": "fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c" - }, - { - "type": "file", - "url": "https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl", - "sha256": "450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d" - } - ] -}