python3-sortedcontainers: add missing python3 dependency
This commit is contained in:
parent
f8d4847ea7
commit
91a507c9a9
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue