From 94c9f9ff824f741a91b5d7d3db51090bcca4096e Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:04 +0100 Subject: [PATCH] python3-filelock: add missing python3 dependency --- srcpkgs/python3-filelock/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template index 6d61df8e011..b181a295807 100644 --- a/srcpkgs/python3-filelock/template +++ b/srcpkgs/python3-filelock/template @@ -1,11 +1,12 @@ # Template file for 'python3-filelock' pkgname=python3-filelock version=3.0.12 -revision=4 +revision=5 wrksrc="filelock-${version}" build_style=python3-module pycompile_module="filelock.py" hostmakedepends="python3-setuptools" +depends="python3" short_desc="Platform independent file lock" maintainer="Piotr Wójcik " license="Unlicense"