aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2022-04-07 12:40:43 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2022-04-07 18:59:33 +0000
commit64cb267043c05120cbc9f70955b06eebe5faea6f (patch)
treefd79d56d90f8d14b0f7efa1b6d31974dca0031e9
parentb0fe0f19c23a44373cecc3316ff4897f42b469b0 (diff)
downloadports-64cb267043c05120cbc9f70955b06eebe5faea6f.tar.gz
ports-64cb267043c05120cbc9f70955b06eebe5faea6f.zip
devel/py-adb: add missing test depend
-rw-r--r--devel/py-adb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-adb/Makefile b/devel/py-adb/Makefile
index cf40ca942b00..2157d9357d50 100644
--- a/devel/py-adb/Makefile
+++ b/devel/py-adb/Makefile
@@ -11,7 +11,8 @@ LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libusb1>=1.0.16:devel/py-libusb1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR}
USE_GITHUB= yes
GH_ACCOUNT= google