From 9fbb2ea85aed4b1a813311d7cd0011c2807952f4 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Mon, 2 Jul 2018 14:28:58 +0000 Subject: [PATCH] Fix runtime. Sponsored by: Absolight --- databases/py-Pyrseas/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/databases/py-Pyrseas/Makefile b/databases/py-Pyrseas/Makefile index 5d192d5edf91..f96d809d79f0 100644 --- a/databases/py-Pyrseas/Makefile +++ b/databases/py-Pyrseas/Makefile @@ -3,6 +3,7 @@ PORTNAME= Pyrseas PORTVERSION= 0.8.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +14,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5:databases/py-psycopg2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pgdbconn>=0.8:databases/py-pgdbconn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}