From 3ae05edd2ffd6d101ad77599607f96f715e9a723 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:06 +0100 Subject: [PATCH] python3-marisa-trie: add missing python3 dependency --- srcpkgs/python3-marisa-trie/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template index 4a8b814b233..f43e8b744e2 100644 --- a/srcpkgs/python3-marisa-trie/template +++ b/srcpkgs/python3-marisa-trie/template @@ -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 " license="MIT"