python3-cairo: use setuptools

This commit is contained in:
Michal Vasilek 2023-01-18 22:03:05 +01:00
parent 284f0797c6
commit 0f4f26cbaa

View file

@ -1,9 +1,9 @@
# Template file for 'python3-cairo'
pkgname=python3-cairo
version=1.20.1
revision=4
revision=5
build_style=python3-module
hostmakedepends="pkg-config python3"
hostmakedepends="pkg-config python3-setuptools"
makedepends="cairo-devel python3-devel"
depends="python3"
checkdepends="python3-pytest"