[PATCH] testing/pmbootstrap: add missing dependancy py3-setuptools
Export this patch
---
testing/pmbootstrap/APKBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testing/pmbootstrap/APKBUILD b/testing/pmbootstrap/APKBUILD
index 4fc7275b6d..b2925e7932 100644
--- a/testing/pmbootstrap/APKBUILD
+++ b/testing/pmbootstrap/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
pkgname=pmbootstrap
pkgver=1.18.1
-pkgrel=0
+pkgrel=1
pkgdesc="Sophisticated chroot/build/flash tool to develop and install postmarketOS"
url="https://gitlab.com/postmarketOS/pmbootstrap"
arch="noarch"
license="GPL-3.0-or-later"
makedepends="py3-setuptools"
Please remove it from makedepends if the dependency is added to depends
-depends="python3 coreutils procps openssl"
+depends="python3 coreutils procps openssl py3-setuptools"
checkdepends="pytest"
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/postmarketos/pmbootstrap/-/archive/$pkgver/pmbootstrap-$pkgver.tar.gz
modules-load.conf"
--
2.26.2