mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
pgcli: remove unneeded dependency on python3-pendulum.
This commit is contained in:
parent
74b0a07861
commit
e7f4d195c8
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'pgcli'
|
# Template file for 'pgcli'
|
||||||
pkgname=pgcli
|
pkgname=pgcli
|
||||||
version=4.1.0
|
version=4.1.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit
|
depends="python3-pgspecial python3-click python3-Pygments
|
||||||
python3-psycopg python3-sqlparse python3-configobj python3-pendulum
|
python3-prompt_toolkit python3-psycopg python3-sqlparse python3-configobj
|
||||||
python3-cli_helpers python3-setproctitle"
|
python3-cli_helpers python3-setproctitle"
|
||||||
short_desc="PostgreSQL CLI with autocompletion and syntax highlighting"
|
short_desc="PostgreSQL CLI with autocompletion and syntax highlighting"
|
||||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue