[Builder] Adding dependencies to a Python Flatpak project
- From: David Strauss <david davidstrauss net>
- To: builder-list gnome org
- Subject: [Builder] Adding dependencies to a Python Flatpak project
- Date: Mon, 1 Jul 2019 14:12:30 -0700
Is there a "best practice" way to add Python dependencies to a Flatpak project started in Builder? The Flatpak Python documentation provides instructions for
"buildsystem": "simple" [1], but Builder sets up Python projects using Meson with the deprecated
python3 module [2]. The newer
python module for Meson has documented dependency support [3], and I'm wondering if I should just switch to using that.
However, I'm not sure how all of this affects the Flatpak bundling of the app's dependencies. I certainly wouldn't want to require installation of these Python library dependencies via the package manager on systems using the Flatpak.
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]