aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pmbootstrap/APKBUILD
diff options
context:
space:
mode:
authorAnjandev Momi <anjan@momi.ca>2020-04-21 02:14:04 +0000
committerLeo <thinkabit.ukim@gmail.com>2020-04-21 02:32:19 +0000
commit897d759da9c55c378046f7544c449fa946852dbc (patch)
tree304d4542777cc6db70a725bf7109d72f00583bf8 /testing/pmbootstrap/APKBUILD
parenta2f93bd39fcc5b954fb75b5586d1a41f75c2854e (diff)
downloadaports-897d759da9c55c378046f7544c449fa946852dbc.tar.bz2
aports-897d759da9c55c378046f7544c449fa946852dbc.tar.xz
testing/pmbootstrap: add missing dependancy py3-setuptools
Diffstat (limited to 'testing/pmbootstrap/APKBUILD')
-rw-r--r--testing/pmbootstrap/APKBUILD5
1 files 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"