From e12d197fd22c345b91b717fa1a76eab85f2237d3 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:02 +0100 Subject: [PATCH] python3-bottle: add missing python3 dependency --- srcpkgs/python3-bottle/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template index 52146ccee89..fd54b47fde5 100644 --- a/srcpkgs/python3-bottle/template +++ b/srcpkgs/python3-bottle/template @@ -1,10 +1,11 @@ # Template file for 'python3-bottle' pkgname=python3-bottle version=0.12.19 -revision=1 +revision=2 wrksrc="bottle-${version}" build_style=python3-module hostmakedepends="python3-setuptools" +depends="python3" short_desc="Fast and simple WSGI-framework for small web-applications (Python3)" maintainer="Aluísio Augusto Silva Gonçalves " license="MIT"