python3-cppy: fix build

This commit is contained in:
Andrew J. Hesford 2022-06-07 22:40:57 -04:00
parent ce483185ba
commit d690491c21

View file

@ -1,10 +1,10 @@
# Template file for 'python3-cppy' # Template file for 'python3-cppy'
pkgname=python3-cppy pkgname=python3-cppy
version=1.2.1 version=1.2.1
revision=1 revision=2
wrksrc="cppy-${version}" wrksrc="cppy-${version}"
build_style=python3-module build_style=python3-pep517
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3" depends="python3"
checkdepends="python3-pytest" checkdepends="python3-pytest"
short_desc="C++ headers to make it easier to write Python C extensions" short_desc="C++ headers to make it easier to write Python C extensions"