From feba7e02f27a36ca6fa62ad969a5a106576abd1d Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:13 +0100 Subject: [PATCH] python3-zope.copy: add missing python3 dependency --- srcpkgs/python3-zope.copy/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template index 75a9319b7f8..cfe87a9a49c 100644 --- a/srcpkgs/python3-zope.copy/template +++ b/srcpkgs/python3-zope.copy/template @@ -1,10 +1,11 @@ # Template file for 'python3-zope.copy' pkgname=python3-zope.copy version=4.2 -revision=4 +revision=5 wrksrc="zope.copy-${version}" build_style=python3-module hostmakedepends="python3-setuptools" +depends="python3" checkdepends="python3-zope.component python3-zope.location python3-zope.testing python3-zope.testrunner" short_desc="Pluggable object copying mechanism"