From c2ed2314c8bf96e90253115b5e88450f9473bf4d Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 8 May 2023 22:24:46 +0000 Subject: [PATCH] pkg/arch: add setuptools --- contrib/package/arch/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/package/arch/PKGBUILD b/contrib/package/arch/PKGBUILD index b3b5e80c..a63e07d1 100644 --- a/contrib/package/arch/PKGBUILD +++ b/contrib/package/arch/PKGBUILD @@ -7,7 +7,7 @@ arch=("any") url="https://github.com/9001/${pkgname}" license=('MIT') depends=("python" "lsof" "python-jinja") -makedepends=("python-wheel" "python-build" "python-installer" "make" "pigz") +makedepends=("python-wheel" "python-setuptools" "python-build" "python-installer" "make" "pigz") optdepends=("ffmpeg: thumbnails for videos, images (slower) and audio, music tags" "python-mutagen: music tags (alternative)" "python-pillow: thumbnails for images"