From 2023ef7b8ec95aaf923ea73201e66232b4b25671 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:10 +0100 Subject: [PATCH] python3-snakeoil: add missing python3 dependency --- srcpkgs/python3-snakeoil/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template index 7d7242262e2..eaa5945aae9 100644 --- a/srcpkgs/python3-snakeoil/template +++ b/srcpkgs/python3-snakeoil/template @@ -1,11 +1,12 @@ # Template file for 'python3-snakeoil' pkgname=python3-snakeoil version=0.8.8 -revision=2 +revision=3 wrksrc="snakeoil-${version}" build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel" +depends="python3" short_desc="Python3 optimized versions of common python functionality" maintainer="Toyam Cox " license="BSD-3-Clause, GPL-2.0-only"