python3-marisa-trie: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:06 +01:00
parent c6fdb14c8c
commit 3ae05edd2f

View file

@ -1,11 +1,12 @@
# Template file for 'python3-marisa-trie' # Template file for 'python3-marisa-trie'
pkgname=python3-marisa-trie pkgname=python3-marisa-trie
version=0.7.5 version=0.7.5
revision=7 revision=8
wrksrc="marisa-trie-${version}" wrksrc="marisa-trie-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython" hostmakedepends="python3-setuptools python3-Cython"
makedepends="python3-devel" makedepends="python3-devel"
depends="python3"
short_desc="Static memory-efficient Trie-like structures (Python3)" short_desc="Static memory-efficient Trie-like structures (Python3)"
maintainer="bra1nwave <brainwave@openmailbox.org>" maintainer="bra1nwave <brainwave@openmailbox.org>"
license="MIT" license="MIT"