Skip to content

Commit

Permalink
Add python3-markdown to flatpak modules
Browse files Browse the repository at this point in the history
This is required due to a change to the markdown Python package which is
incompatible with the current version of Kolibri.

https://phabricator.endlessm.com/T33323
  • Loading branch information
dylanmccall authored and GeorgesStavracas committed Aug 22, 2023
1 parent 53d359d commit a0a32b8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions build-aux/flatpak/modules/python3-markdown.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "python3-markdown",
"buildsystem": "simple",
"build-commands": [
"pip3 install --ignore-installed --no-deps --no-index --no-build-isolation --find-links=\"file://${PWD}\" --target=\"${KOLIBRI_MODULE_PATH}/dist/\" markdown==3.3.7"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/f3/df/ca72f352e15b6f8ce32b74af029f1189abffb906f7c137501ffe69c98a65/Markdown-3.3.7-py3-none-any.whl",
"sha256": "f5da449a6e1c989a4cea2631aa8ee67caa5a2ef855d551c88f9e309f4634c621"
}
]
}
1 change: 1 addition & 0 deletions build-aux/flatpak/org.learningequality.Kolibri.Devel.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
},
"modules" : [
"modules/iproute2.json",
"modules/python3-markdown.json",
"modules/python3-kolibri.json",
"modules/python3-kolibri-pytz.json",
"modules/python3-kolibri-app-desktop-xdg-plugin.json",
Expand Down

0 comments on commit a0a32b8

Please sign in to comment.