Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore.gatta@kyndryl.com>2021-10-28 00:17:42 +0300
committerAntenore Gatta <antenore.gatta@kyndryl.com>2021-10-28 00:17:42 +0300
commit06c00afa201ce22d04537e29278a9e9bb61795de (patch)
tree9c35d5168b0c99b4235378fa7f1aeacf06b88d68 /flatpak
parent95a0022dbe0b2d9344b76cf170425afaaf4baaf7 (diff)
Build dependencies - pyparsing
Diffstat (limited to 'flatpak')
-rw-r--r--flatpak/org.remmina.Remmina.json11
1 files changed, 7 insertions, 4 deletions
diff --git a/flatpak/org.remmina.Remmina.json b/flatpak/org.remmina.Remmina.json
index 72fe4b8a3..51bcc7d39 100644
--- a/flatpak/org.remmina.Remmina.json
+++ b/flatpak/org.remmina.Remmina.json
@@ -251,19 +251,22 @@
],
"modules": [
{
+ /**
+ * Do not upgrade to 3.0.x till we discover why spice-common cannot find pyparsing
+ */
"name": "python-pyparsing",
"buildsystem": "simple",
"build-commands": [
- "python3 setup.py install --prefix=${FLATPAK_DEST} --root=/ --optimize=1"
+ "pip3 install --no-deps --no-build-isolation --verbose --prefix=${FLATPAK_DEST} ."
],
"sources": [
{
"type": "archive",
- "url": "https://files.pythonhosted.org/packages/a0/e4/2bae99e2bbdeb17c7cb9c2f7ef6022383ffcab8461d2ec339ff19ce4a969/pyparsing-3.0.3.tar.gz",
- "sha256": "9e3511118010f112a4b4b435ae50e1eaa610cda191acb9e421d60cf5fde83455",
+ "url": "https://files.pythonhosted.org/packages/c1/47/dfc9c342c9842bbe0036c7f763d2d6686bcf5eb1808ba3e170afdb282210/pyparsing-2.4.7.tar.gz",
+ "sha256": "c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1",
"x-checker-data": {
"type": "pypi",
- "name": "pyparsing"
+ "name": "wheel"
}
}
]