From 627b8af96a9f1406e414bb53700007e797c0fc24 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:12 +0100 Subject: [PATCH] python3-vdf: add missing python3 dependency --- srcpkgs/python3-vdf/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-vdf/template b/srcpkgs/python3-vdf/template index 6a81e0e1142..dd2234a334f 100644 --- a/srcpkgs/python3-vdf/template +++ b/srcpkgs/python3-vdf/template @@ -1,11 +1,12 @@ # Template file for 'python3-vdf' pkgname=python3-vdf version=3.4 -revision=1 +revision=2 wrksrc=vdf-${version} build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-setuptools" +depends="python3" short_desc="Python library for working with Valve's VDF text format" maintainer="Orphaned " license="MIT"