From 491d2eb14f5972e76f9f4c8fc56b8f97253ee29b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 31 Dec 2019 08:29:15 +0700 Subject: [PATCH] python3-zope.deprecation: add mising dependencies --- srcpkgs/python3-zope.deprecation/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template index 614cee29f70..854c67dfa8a 100644 --- a/srcpkgs/python3-zope.deprecation/template +++ b/srcpkgs/python3-zope.deprecation/template @@ -1,11 +1,12 @@ # Template file for 'python3-zope.deprecation' pkgname=python3-zope.deprecation version=4.4.0 -revision=2 +revision=3 archs=noarch wrksrc="zope.deprecation-${version}" build_style=python3-module hostmakedepends="python3-setuptools" +depends=python3 short_desc="Python library to handle automated deprecations" maintainer="Alex Childs " license="ZPL-2.1"