From 17dfa35bb7295b3529259c20b938f747e2492481 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:07 +0100 Subject: [PATCH] python3-path-and-address: add missing python3 dependency --- srcpkgs/python3-path-and-address/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-path-and-address/template b/srcpkgs/python3-path-and-address/template index a540825f15..f1e26b4286 100644 --- a/srcpkgs/python3-path-and-address/template +++ b/srcpkgs/python3-path-and-address/template @@ -1,10 +1,11 @@ # Template file for 'python3-path-and-address' pkgname=python3-path-and-address version=2.0.1 -revision=3 +revision=4 wrksrc="path-and-address-${version}" build_style=python3-module hostmakedepends="python3-setuptools" +depends="python3" short_desc="Functions for server CLI applications used by humans" maintainer="linarcx " license="MIT"