aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pgcli/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/pgcli/APKBUILD')
-rw-r--r--testing/pgcli/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/pgcli/APKBUILD b/testing/pgcli/APKBUILD
index a9c44dbc90a..3171369aa9a 100644
--- a/testing/pgcli/APKBUILD
+++ b/testing/pgcli/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.1.1
pkgrel=0
pkgdesc="Postgres CLI with autocompletion and syntax highlighting"
url="https://www.pgcli.com"
-arch=""
+arch="noarch"
license="BSD"
depends="python3
py3-pgspecial
@@ -13,12 +13,11 @@ depends="python3
py3-pygments
py3-prompt_toolkit>2.0.0
py3-psycopg2
- py3-sqlparse<0.3.0
+ py3-sqlparse<0.4.0
py3-configobj
py3-humanize
py3-wcwidth
- py3-cli_helpers>1.0.0
- py3-setproctitle"
+ py3-cli_helpers>1.0.0"
checkdepends="pytest py3-mock"
makedepends="python3-dev"
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz"