From 91a507c9a94eda6a1f289506e0d57f762c17f4f2 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:11 +0100 Subject: [PATCH] python3-sortedcontainers: add missing python3 dependency --- srcpkgs/python3-sortedcontainers/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template index 618e1d627c1..595b0c87f9b 100644 --- a/srcpkgs/python3-sortedcontainers/template +++ b/srcpkgs/python3-sortedcontainers/template @@ -1,10 +1,11 @@ # Template file for 'python3-sortedcontainers' pkgname=python3-sortedcontainers version=2.4.0 -revision=2 +revision=3 wrksrc="sortedcontainers-${version}" build_style=python3-module hostmakedepends="python3-setuptools" +depends="python3" short_desc="Sorted List, Sorted Dict, Sorted Set" maintainer="Orphaned " license="Apache-2.0"