mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python3-marisa-trie: add missing python3 dependency
This commit is contained in:
parent
c6fdb14c8c
commit
3ae05edd2f
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'python3-marisa-trie'
|
||||
pkgname=python3-marisa-trie
|
||||
version=0.7.5
|
||||
revision=7
|
||||
revision=8
|
||||
wrksrc="marisa-trie-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-Cython"
|
||||
makedepends="python3-devel"
|
||||
depends="python3"
|
||||
short_desc="Static memory-efficient Trie-like structures (Python3)"
|
||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Add table
Reference in a new issue