add BDEP on textproc/py-toml${MODPY_FLAVOR} otherwise egg-info files get

created with version 0.0.0 instead of the proper version. reported by aja@
This commit is contained in:
sthen 2021-10-27 08:44:11 +00:00
parent 3e053f8304
commit 5f84d7a556
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2021/10/26 20:06:45 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2021/10/27 08:44:11 sthen Exp $
COMMENT = objects and routines pertaining to date and time
@ -23,7 +23,8 @@ MODPY_SETUPTOOLS = Yes
# unported deps
NO_TEST = Yes
BUILD_DEPENDS = devel/py-setuptools_scm${MODPY_FLAVOR}>=1.15.0
BUILD_DEPENDS = devel/py-setuptools_scm${MODPY_FLAVOR}>=1.15.0 \
textproc/py-toml${MODPY_FLAVOR}
RUN_DEPENDS = devel/py-jaraco-functools${MODPY_FLAVOR}>=1.2.0 \
devel/py-tz${MODPY_FLAVOR}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2021/10/26 20:06:52 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2021/10/27 08:44:11 sthen Exp $
COMMENT = monitor TCP ports for bound or unbound states
@ -20,7 +20,8 @@ MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
BUILD_DEPENDS = devel/py-setuptools_scm${MODPY_FLAVOR}>=1.15.0
BUILD_DEPENDS = devel/py-setuptools_scm${MODPY_FLAVOR}>=1.15.0 \
textproc/py-toml${MODPY_FLAVOR}
RUN_DEPENDS = devel/py-tempora${MODPY_FLAVOR}>=1.8
NO_TEST = Yes