aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-04-22 18:28:38 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-04-23 15:23:29 +0000
commit085cac7fd061ac95c83f953228ba01c996307e9c (patch)
treee348ace5934898c92a4b7cc6d2e8a41f64795a8e
parent848c5afb364722e8078eba4c4abfd119657e50b4 (diff)
downloadports-085cac7fd061ac95c83f953228ba01c996307e9c.tar.gz
ports-085cac7fd061ac95c83f953228ba01c996307e9c.zip
devel/py-buildbot-worker: Fix DEPS
Add missing dependency of devel/py-msgpack Reported by: koobs
-rw-r--r--devel/py-buildbot-worker/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-buildbot-worker/Makefile b/devel/py-buildbot-worker/Makefile
index 0f2673a81e6a..3664b248c453 100644
--- a/devel/py-buildbot-worker/Makefile
+++ b/devel/py-buildbot-worker/Makefile
@@ -2,7 +2,7 @@
PORTNAME= buildbot-worker
PORTVERSION= 3.5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}autobahn>=20.12.3:www/py-autobahn@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}msgpack>0.6.0:devel/py-msgpack@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}twisted>=17.9.0:devel/py-twisted@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}