~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
1

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

Anjandev Momi <anjan@momi.ca>
Details
Message ID
<20200421014918.10360-1-anjan@momi.ca>
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 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"
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
Details
Message ID
<20200420231044.18f07668@enterprise>
In-Reply-To
<20200421014918.10360-1-anjan@momi.ca> (view parent)
DKIM signature
missing
Download raw message
On Tue, 21 Apr 2020 01:49:18 +0000
Anjandev Momi <anjan@momi.ca> wrote:

> ---
>  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"
Reply to thread Export thread (mbox)