Skip to content

Commit

Permalink
packaging: add filelock dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jul 28, 2024
1 parent b8e6b81 commit 8e86bc1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions packaging/deb/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Build-Depends:
python3-hatchling,
python3-installer,
python3-build,
python3-filelock,
Standards-Version: 4.6.2
Homepage: https://github.com/Open-Wine-Components/umu-launcher
Vcs-Browser: https://github.com/Open-Wine-Components/umu-launcher
Expand Down
11 changes: 11 additions & 0 deletions packaging/flatpak/org.openwinecomponents.umu.umu-launcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,3 +382,14 @@ modules:
- type: archive
url: https://files.pythonhosted.org/packages/a3/51/8a4a67a8174ce59cf49e816e38e9502900aea9b4af672d0127df8e10d3b0/hatchling-1.25.0.tar.gz
sha256: 7064631a512610b52250a4d3ff1bd81551d6d1431c4eb7b72e734df6c74f4262

# --- python-filelock ---
- name: python-filelock
buildsystem: simple
build-commands:
- pip3 install --no-index --no-build-isolation --prefix="${FLATPAK_DEST}" .
cleanup: ['*']
sources:
- type: archive
url: https://files.pythonhosted.org/packages/08/dd/49e06f09b6645156550fb9aee9cc1e59aba7efbc972d665a1bd6ae0435d4/filelock-3.15.4.tar.gz
sha256: 2207938cbc1844345cb01a5a95524dae30f0ce089eba5b00378295a17e3e90cb
1 change: 1 addition & 0 deletions packaging/nix/umu-launcher.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ python3Packages.buildPythonPackage {
propagatedBuildInputs = [
pyth1
pkgs.python3Packages.xlib
pkgs.python3Packages.filelock
];
makeFlags = [ "PYTHON_INTERPRETER=${pyth1}/bin/python" "SHELL_INTERPRETER=/run/current-system/sw/bin/bash" "DESTDIR=${placeholder "out"}" ];
dontUseMesonConfigure = true;
Expand Down
1 change: 1 addition & 0 deletions packaging/rpm/umu-launcher.spec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ BuildRequires: python3
Requires: python
Requires: python3
Requires: python3-xlib
Requires: python3-filelock


%description
Expand Down
1 change: 1 addition & 0 deletions packaging/snap/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ parts:
plugin: nil
stage-packages:
- python3-xlib
- python3-filelock
prime:
- usr/lib/python3

Expand Down

0 comments on commit 8e86bc1

Please sign in to comment.