legendary: add missing dependency python3-filelock.

This commit is contained in:
Joel Beckmeyer 2023-10-19 10:30:51 -04:00 committed by John Zimmermann
parent 698fb76db2
commit a86b4c8b9f
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'legendary' # Template file for 'legendary'
pkgname=legendary pkgname=legendary
version=0.20.33 version=0.20.33
revision=2 revision=3
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-requests" depends="python3-requests python3-filelock"
short_desc="Free and open-source replacement for the Epic Games Launcher" short_desc="Free and open-source replacement for the Epic Games Launcher"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"