From 44edd0dcc9e3db306f12ce6cb500549d73ecb046 Mon Sep 17 00:00:00 2001 From: bbhtt Date: Fri, 29 Mar 2024 07:21:37 +0530 Subject: [PATCH] Remove duplicate lxml module It was added to linter deps in https://github.com/flathub/org.flatpak.Builder.BaseApp/commit/6e295e630740ae8ef82c6291724e709b36477042 --- org.flatpak.Builder.BaseApp.json | 1 - python3-lxml.json | 14 -------------- 2 files changed, 15 deletions(-) delete mode 100644 python3-lxml.json diff --git a/org.flatpak.Builder.BaseApp.json b/org.flatpak.Builder.BaseApp.json index 5005420..89c62cd 100644 --- a/org.flatpak.Builder.BaseApp.json +++ b/org.flatpak.Builder.BaseApp.json @@ -327,7 +327,6 @@ } ] }, - "python3-lxml.json", "python3-poetry.json", "flat-manager-client-deps.json", { diff --git a/python3-lxml.json b/python3-lxml.json deleted file mode 100644 index 930d5c9..0000000 --- a/python3-lxml.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "python3-lxml", - "buildsystem": "simple", - "build-commands": [ - "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"lxml\" --no-build-isolation" - ], - "sources": [ - { - "type": "file", - "url": "https://files.pythonhosted.org/packages/30/39/7305428d1c4f28282a4f5bdbef24e0f905d351f34cf351ceb131f5cddf78/lxml-4.9.3.tar.gz", - "sha256": "48628bd53a426c9eb9bc066a923acaa0878d1e86129fd5359aee99285f4eed9c" - } - ] -} \ No newline at end of file