From d2c9276fe4b2a40d9239be873609ba3ef299e7ce Mon Sep 17 00:00:00 2001
From: tcely <tcely@users.noreply.github.com>
Date: Sat, 13 Jul 2019 23:27:59 -0400
Subject: [PATCH] community/fossil: add tcllib to checkdepends

---
 community/fossil/APKBUILD | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/community/fossil/APKBUILD b/community/fossil/APKBUILD
index 23b997de01bd..231dc7275d9d 100644
--- a/community/fossil/APKBUILD
+++ b/community/fossil/APKBUILD
@@ -10,8 +10,7 @@ arch="all"
 license="BSD-2-Clause"
 options="!check" # missing tcl modules
 depends=""
-# add tcllib when it is packaged
-checkdepends="coreutils ed"
+checkdepends="coreutils ed tcllib"
 makedepends="openssl-dev sqlite-dev tcl-dev zlib-dev"
 source="https://www.fossil-scm.org/index.html/uv/$pkgname-src-$pkgver.tar.gz"
 builddir="$srcdir"/$pkgname-$pkgver
-- 
GitLab