From 65f7454a39a3ea3d7d6ce08760573d2726ec5f77 Mon Sep 17 00:00:00 2001 From: sthen Date: Sat, 10 Dec 2022 12:39:56 +0000 Subject: [PATCH] add missing TDEPs --- devel/py-setuptools/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index abae180cb5c..f051211d553 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -32,7 +32,9 @@ FLAVORS= python3 FLAVOR= python3 TEST_DEPENDS= devel/py-mock${MODPY_FLAVOR} \ + devel/py-jaraco-envs${MODPY_FLAVOR} \ devel/py-jaraco-path${MODPY_FLAVOR} \ + devel/py-path${MODPY_FLAVOR} \ devel/py-pip${MODPY_FLAVOR} \ devel/py-test-cov${MODPY_FLAVOR} \ devel/py-test-xdist${MODPY_FLAVOR} \