python3-memory_allocator: add python3 as dep

This commit is contained in:
icp 2022-11-17 01:09:11 +05:30 committed by Michal Vasilek
parent b378ce5e60
commit 674e17bb67
1 changed files with 2 additions and 1 deletions

View File

@ -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 <tornaria@cmat.edu.uy>"
license="GPL-3.0-or-later"