From 674e17bb67d9916d961910de99339e5594405abc Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 17 Nov 2022 01:09:11 +0530 Subject: [PATCH] python3-memory_allocator: add python3 as dep --- srcpkgs/python3-memory_allocator/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-memory_allocator/template b/srcpkgs/python3-memory_allocator/template index 71276c4f473..e9e0808a3cd 100644 --- a/srcpkgs/python3-memory_allocator/template +++ b/srcpkgs/python3-memory_allocator/template @@ -1,10 +1,11 @@ # Template file for 'python3-memory_allocator' pkgname=python3-memory_allocator version=0.1.3 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools python3-Cython" makedepends="python3-devel" +depends="python3" short_desc="Extension class to allocate memory easily with cython" maintainer="Gonzalo TornarĂ­a " license="GPL-3.0-or-later"