Skip to content

Commit

Permalink
deb: fix filelock dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jul 28, 2024
1 parent 8e86bc1 commit a4e7106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/deb/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ 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 All @@ -35,5 +34,6 @@ Depends:
${shlibs:Depends},
${misc:Depends},
python3,
python3-xlib (>= 0.33)
python3-xlib (>= 0.33),
python3-filelock (>= 3.13.1)
Description: A tool for launching non-steam games with proton.

0 comments on commit a4e7106

Please sign in to comment.