From 525608cf715a9c45819df24e475f872f1821ed4f Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:13 +0100 Subject: [PATCH] python3-zipp: add missing python3 dependency --- srcpkgs/python3-zipp/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-zipp/template b/srcpkgs/python3-zipp/template index 533846c4878..5f2a2b018ea 100644 --- a/srcpkgs/python3-zipp/template +++ b/srcpkgs/python3-zipp/template @@ -1,10 +1,11 @@ # Template file for 'python3-zipp' pkgname=python3-zipp version=3.5.0 -revision=2 +revision=3 wrksrc="zipp-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" +depends="python3" checkdepends="python3-jaraco" short_desc="Pathlib-compatible Zipfile object wrapper (Python 3)" maintainer="Lorem "