From 25c0ffa5fce41bc9f3b2073e706eb2e137126ff2 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:09 +0100 Subject: [PATCH] python3-pydbus: add missing python3 dependency --- srcpkgs/python3-pydbus/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-pydbus/template b/srcpkgs/python3-pydbus/template index 3f95a3b6fcd..6e1a8b33559 100644 --- a/srcpkgs/python3-pydbus/template +++ b/srcpkgs/python3-pydbus/template @@ -1,10 +1,11 @@ # Template file for 'python3-pydbus' pkgname=python3-pydbus version=0.6.0 -revision=3 +revision=4 wrksrc="pydbus-${version}" build_style=python3-module hostmakedepends="python3-setuptools" +depends="python3" short_desc="Python3 pythonic dbus library" maintainer="Adam Beckmeyer " license="LGPL-2.1-or-later"