From 897d759da9c55c378046f7544c449fa946852dbc Mon Sep 17 00:00:00 2001 From: Anjandev Momi Date: Tue, 21 Apr 2020 02:14:04 +0000 Subject: testing/pmbootstrap: add missing dependancy py3-setuptools --- testing/pmbootstrap/APKBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'testing/pmbootstrap/APKBUILD') 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 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" -- cgit v1.2.3