aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2021-04-07 18:00:57 +0300
committerAndy Postnikov <apostnikov@gmail.com>2021-04-07 18:01:18 +0300
commit0b3c58f434e99a16867193a1c990df0948f256e1 (patch)
treeec954b7307cfdd4d0853c631cedf73c2fba680dd
parent94bd1b9446f8e59d3e69a9844b65b27023207c02 (diff)
testing/pgcli: add py3-setuptools to makedepends
-rw-r--r--testing/pgcli/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/pgcli/APKBUILD b/testing/pgcli/APKBUILD
index 9d4f94d8644..8ac59ec22d4 100644
--- a/testing/pgcli/APKBUILD
+++ b/testing/pgcli/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Thomas Boerger <thomas@webhippie.de>
pkgname=pgcli
pkgver=3.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Postgres CLI with autocompletion and syntax highlighting"
options="!check" # Tests fail
url="https://www.pgcli.com"
@@ -20,7 +20,7 @@ depends="python3
py3-wcwidth
py3-cli_helpers>1.0.0"
checkdepends="pytest py3-mock"
-makedepends="python3-dev"
+makedepends="python3-dev py3-setuptools"
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/p/pgcli/pgcli-$pkgver.tar.gz"
check() {