python3-cysignals: add python3 as dep

This commit is contained in:
icp 2022-11-16 01:40:27 +05:30 committed by Michal Vasilek
parent 89a3f4f9d6
commit 0b6a003963

View file

@ -1,11 +1,12 @@
# Template file for 'python3-cysignals' # Template file for 'python3-cysignals'
pkgname=python3-cysignals pkgname=python3-cysignals
version=1.11.2 version=1.11.2
revision=3 revision=4
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython autoconf" hostmakedepends="python3-setuptools python3-Cython autoconf"
makedepends="python3-devel pari-devel" makedepends="python3-devel pari-devel"
short_desc="Interrupt and signal handling for Cython " depends="python3"
short_desc="Interrupt and signal handling for Cython"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>" maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="LGPL-3.0-or-later" license="LGPL-3.0-or-later"
homepage="https://github.com/sagemath/cysignals" homepage="https://github.com/sagemath/cysignals"