From e1238cfc879de39de665d2042735b05c5998ae0b Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:12 +0100 Subject: [PATCH] python3-wrapt: add missing python3 dependency --- srcpkgs/python3-wrapt/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-wrapt/template b/srcpkgs/python3-wrapt/template index 248124652a..eb8aa61817 100644 --- a/srcpkgs/python3-wrapt/template +++ b/srcpkgs/python3-wrapt/template @@ -1,11 +1,12 @@ # Template file for 'python3-wrapt' pkgname=python3-wrapt version=1.12.1 -revision=5 +revision=6 wrksrc="wrapt-${version}" build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel" +depends="python3" short_desc="Python3 module for decorators, wrappers and monkey patching" maintainer="Orphaned " license="BSD-2-Clause"