python3-psycopg2: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:08 +01:00
parent 48f63b0b4e
commit 9ec5278e9b
1 changed files with 2 additions and 1 deletions

View File

@ -1,13 +1,14 @@
# Template file for 'python3-psycopg2'
pkgname=python3-psycopg2
version=2.8.3
revision=5
revision=6
wrksrc="psycopg2-${version}"
build_style=python3-module
# Require postgresql-libs-devel to find executable: pg_config
hostmakedepends="postgresql-libs-devel python3-setuptools"
# Require postgresql-libs-devel for libpq-fe.h
makedepends="python3-devel postgresql-libs-devel"
depends="python3"
short_desc="PostgreSQL adapter for Python32"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="LGPL-3.0-or-later"