From 16bee69aaec075b31f4c37d4b45a6d1cd1724492 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:13 +0100 Subject: [PATCH] python3-zope.hookable: add missing python3 dependency --- srcpkgs/python3-zope.hookable/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template index f98688bafe..10ea2e3154 100644 --- a/srcpkgs/python3-zope.hookable/template +++ b/srcpkgs/python3-zope.hookable/template @@ -1,11 +1,12 @@ # Template file for 'python3-zope.hookable' pkgname=python3-zope.hookable version=5.1.0 -revision=2 +revision=3 wrksrc="zope.hookable-${version}" build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel" +depends="python3" short_desc="Zope hookable architecture for Python3" maintainer="Alex Childs " license="ZPL-2.1"