From 254da193478279d641945787c4dba4ff24be24a8 Mon Sep 17 00:00:00 2001 From: rdbende Date: Fri, 22 Dec 2023 15:23:21 +0100 Subject: [PATCH] Remove dependency on Python packaging module --- README.md | 1 - com.github.geigi.cozy.json | 19 ------------------- requirements.txt | 1 - 3 files changed, 21 deletions(-) diff --git a/README.md b/README.md index f202df48..9da89caa 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,6 @@ See [DEVELOPMENT.md](DEVELOPMENT.md) for detailed instructions and developing Co - `distro` - `requests` - `pytz` -- `packaging` - `gi-cairo` - `gst-1.0` - `file` diff --git a/com.github.geigi.cozy.json b/com.github.geigi.cozy.json index f8521006..e7423997 100644 --- a/com.github.geigi.cozy.json +++ b/com.github.geigi.cozy.json @@ -49,25 +49,6 @@ } ] }, - { - "name": "python3-packaging", - "buildsystem": "simple", - "build-commands": [ - "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"packaging\" --no-build-isolation" - ], - "sources": [ - { - "type": "file", - "url": "https://files.pythonhosted.org/packages/05/8e/8de486cbd03baba4deef4142bd643a3e7bbe954a784dc1bb17142572d127/packaging-21.3-py3-none-any.whl", - "sha256": "ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522" - }, - { - "type": "file", - "url": "https://files.pythonhosted.org/packages/6c/10/a7d0fa5baea8fe7b50f448ab742f26f52b80bfca85ac2be9d35cdd9a3246/pyparsing-3.0.9-py3-none-any.whl", - "sha256": "5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc" - } - ] - }, { "name": "python3-peewee", "buildsystem": "simple", diff --git a/requirements.txt b/requirements.txt index 08b6b5e2..23408ea8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,5 @@ distro mutagen -packaging peewee>=3.9.6 pytz requests