Add missing BDEP on devel/py-setuptools_scm_git_archive${MODPY_FLAVOR}

should fix another build failure reported by naddy@, without it
setup.py tries to install it via pip and fails horribly
This commit is contained in:
landry 2020-11-04 12:57:07 +00:00
parent 08a1a3ac01
commit 0966d79ea7

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2020/11/03 12:40:00 jca Exp $
# $OpenBSD: Makefile,v 1.3 2020/11/04 12:57:07 landry Exp $
COMMENT = Python library for reading and writing PDF files
@ -27,6 +27,7 @@ FLAVORS = python3
FLAVOR = python3
BUILD_DEPENDS = devel/py-pybind11${MODPY_FLAVOR} \
devel/py-setuptools_scm_git_archive${MODPY_FLAVOR} \
devel/py-setuptools_scm${MODPY_FLAVOR}
RUN_DEPENDS = graphics/py-Pillow${MODPY_FLAVOR} \
textproc/py-lxml${MODPY_FLAVOR}