python3-sortedcontainers: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:11 +01:00
parent f8d4847ea7
commit 91a507c9a9

View file

@ -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 <orphan@voidlinux.org>"
license="Apache-2.0"