~alpine/aports

testing/pmbootstrap: add missing dependancy py3-setuptools v2 APPLIED

Anjandev Momi: 1
 testing/pmbootstrap: add missing dependancy py3-setuptools

 1 files changed, 2 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3324/mbox | git am -3
Learn more about email & git

[PATCH v2] testing/pmbootstrap: add missing dependancy py3-setuptools Export this patch

---
 testing/pmbootstrap/APKBUILD | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/testing/pmbootstrap/APKBUILD b/testing/pmbootstrap/APKBUILD
index 4fc7275b6d..278bd0b8d2 100644
--- a/testing/pmbootstrap/APKBUILD
+++ b/testing/pmbootstrap/APKBUILD
@@ -2,13 +2,12 @@
# 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"
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