git: 21e3fea89c2e - main - databases/py-peewee_migrate: add missing test depend
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Apr 2022 19:00:32 UTC
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=21e3fea89c2e287cf629db6ad460b7d4ed3496ec
commit 21e3fea89c2e287cf629db6ad460b7d4ed3496ec
Author: Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-04-07 11:20:21 +0000
Commit: Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-04-07 18:59:32 +0000
databases/py-peewee_migrate: add missing test depend
Approved by: portmgr blanket
---
databases/py-peewee_migrate/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/databases/py-peewee_migrate/Makefile b/databases/py-peewee_migrate/Makefile
index df0eedef00f2..2792c1b0a008 100644
--- a/databases/py-peewee_migrate/Makefile
+++ b/databases/py-peewee_migrate/Makefile
@@ -16,7 +16,8 @@ MY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=0:databases/py-psycopg2@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
USES= python:3.7+
USE_GITHUB= yes # tests not shipped with sdist