Download raw body.
devel/py-twisted: missed test dependency
ports@,
I've noticed that devel/py-twisted had missed test dependencies.
Here the diff:
diff --git devel/py-twisted/Makefile devel/py-twisted/Makefile
index 0b11f9a0317..65b6f46d878 100644
--- devel/py-twisted/Makefile
+++ devel/py-twisted/Makefile
@@ -40,7 +40,8 @@ RUN_DEPENDS = devel/py-asn1${MODPY_FLAVOR} \
FLAVORS = python3
FLAVOR = python3
-TEST_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH}
+TEST_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH} \
+ devel/py-hypothesis${MODPY_FLAVOR}
TEST_ENV = LC_ALL=en_US.UTF-8
TESTDIR = ${WRKSRC}/regress
--
wbr, Kirill
devel/py-twisted: missed test dependency