diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template index d7ab66f7f9a..f43ba754641 100644 --- a/srcpkgs/python3-psycopg2/template +++ b/srcpkgs/python3-psycopg2/template @@ -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 " license="LGPL-3.0-or-later"