needs setuptools during the build, to avoid a fallback to distutils which

creates different files; add BDEP (previously pulled in by transitive RDEP
on setuptools from 1000-odd ports most of which don't need it)
This commit is contained in:
sthen 2022-11-28 13:33:51 +00:00
parent e75ff7bb69
commit a90e05b34c
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ WANTLIB += smime3 ssl3 yaml-0 z
MODULES = lang/python
BUILD_DEPENDS = textproc/py-sphinx${MODPY_FLAVOR} \
BUILD_DEPENDS = devel/py-setuptools${MODPY_FLAVOR} \
textproc/py-sphinx${MODPY_FLAVOR} \
textproc/py-yaml${MODPY_FLAVOR} \
lang/rust