From eeca34eaf4b9ca28d49bc6c804ffe76db62c7f10 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 23 Dec 2019 21:19:56 +0100 Subject: [PATCH] main/pmbootstrap: depend on openssl (!827) Fixes: #403 --- main/pmbootstrap/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/pmbootstrap/APKBUILD b/main/pmbootstrap/APKBUILD index b1dd7e5d5..f2c63b3d9 100644 --- a/main/pmbootstrap/APKBUILD +++ b/main/pmbootstrap/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Oliver Smith pkgname=pmbootstrap pkgver=1.12.0 -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" -depends="python3 coreutils procps" +depends="python3 coreutils procps openssl" makedepends="python3" checkdepends="pytest" source="$pkgname-$pkgver.tar.gz::https://gitlab.com/postmarketos/pmbootstrap/-/archive/$pkgver/pmbootstrap-$pkgver.tar.gz"