python3-memory_allocator: add python3 as dep
This commit is contained in:
parent
b378ce5e60
commit
674e17bb67
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue