From 066457a5e9eadca2693b9caea3e0863181fef28c Mon Sep 17 00:00:00 2001 From: Disassembler Date: Thu, 12 Mar 2020 23:27:43 +0100 Subject: [PATCH] Drop py3-bcrypt from dependencies --- APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APKBUILD b/APKBUILD index 1f64ac0..42d4f59 100644 --- a/APKBUILD +++ b/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="SPOC application, conatiner, and image manager" url="https://spotter.vm/" arch="noarch" license="GPL" -depends="lxc python3 py3-bcrypt py3-cffi py3-cryptography py3-requests" +depends="lxc python3 py3-cffi py3-cryptography py3-requests" options="!check !strip" build() {