From 0f4f26cbaa17cf1f2369ce53de2b69586ad27100 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 18 Jan 2023 22:03:05 +0100 Subject: [PATCH] python3-cairo: use setuptools --- srcpkgs/python3-cairo/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template index 4b0262b7eca..ee016917dd5 100644 --- a/srcpkgs/python3-cairo/template +++ b/srcpkgs/python3-cairo/template @@ -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"