From 30063ed4723b0e1373e0832a9ec533733a0797a0 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 17 Mar 2025 17:49:00 -0400 Subject: [PATCH] python3-qrcode: add missing dependency setuptools is needed to run /usr/bin/qr --- srcpkgs/python3-qrcode/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template index a2f2830c8f3..fbdcd71021a 100644 --- a/srcpkgs/python3-qrcode/template +++ b/srcpkgs/python3-qrcode/template @@ -1,10 +1,10 @@ # Template file for 'python3-qrcode' pkgname=python3-qrcode version=7.4.2 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-pypng python3-typing_extensions" +depends="python3-pypng python3-typing_extensions python3-setuptools" checkdepends="python3-pytest ${depends}" short_desc="QR Code image generator" maintainer="Charles E. Lehner "