From 4f68f60557e519a8e87c30fb782fc8ceb8efca44 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 18 Jan 2023 22:03:05 +0100 Subject: [PATCH] python3-configobj: use setuptools --- srcpkgs/python3-configobj/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-configobj/template b/srcpkgs/python3-configobj/template index c9a3ce078fd..afb0539e617 100644 --- a/srcpkgs/python3-configobj/template +++ b/srcpkgs/python3-configobj/template @@ -1,10 +1,11 @@ # Template file for 'python3-configobj' pkgname=python3-configobj version=5.0.6 -revision=10 +revision=11 build_style=python3-module -hostmakedepends="python3-devel" +hostmakedepends="python3-setuptools" depends="python3-six" +checkdepends="python3-pytest $depends" short_desc="Simple but powerful config file reader and writer (Python3)" maintainer="Orphaned " license="BSD-3-Clause"