~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

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

Anjandev Momi <anjan@momi.ca>
Details
Message ID
<20200421021404.11213-1-anjan@momi.ca>
DKIM signature
missing
Download raw message
Patch: +2 -3
---
 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
Reply to thread Export thread (mbox)