remove another couple of py-toml used by setuptools_scm

This commit is contained in:
sthen 2021-10-29 10:58:26 +00:00
parent 0cd37bc2c1
commit 9b1a614d32
2 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2021/09/02 08:37:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.2 2021/10/29 10:58:26 sthen Exp $
COMMENT= backport of pathlib-compatible object wrapper for zip files
@ -21,7 +21,6 @@ MODPY_SETUPTOOLS= Yes
FLAVORS= python3
FLAVOR= python3
BUILD_DEPENDS= devel/py-setuptools_scm${MODPY_FLAVOR} \
textproc/py-toml${MODPY_FLAVOR}
BUILD_DEPENDS= devel/py-setuptools_scm${MODPY_FLAVOR}
.include <bsd.port.mk>

View File

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