summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2022-04-07 14:20:21 +0300
committerDmitry Marakasov <amdmi3@FreeBSD.org>2022-04-07 21:59:32 +0300
commit21e3fea89c2e287cf629db6ad460b7d4ed3496ec (patch)
treeada68d7458441710d92eda4a48c9d25674bb83da
parentdevel/py-pytest-fixture-config: add missing test depend (diff)
databases/py-peewee_migrate: add missing test depend
Approved by: portmgr blanket
-rw-r--r--databases/py-peewee_migrate/Makefile3
1 files changed, 2 insertions, 1 deletions
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