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"