Prefer tomli over toml.

This commit is contained in:
ajacoutot 2023-01-10 12:49:00 +00:00
parent a954514d48
commit 4544f467c3

View File

@ -2,6 +2,7 @@ COMMENT= documentation generator for GObject-based libraries
GNOME_PROJECT= gi-docgen
GNOME_VERSION= 2023.1
REVISION= 0
# override gnome MODULE
MASTER_SITES ?= ${MASTER_SITE_GNOME:=sources/${GNOME_PROJECT}/${GNOME_VERSION:C/^([0-9]+)\..*/\1/}/}
@ -21,7 +22,7 @@ MODPY_PYBUILD= setuptools
RUN_DEPENDS= textproc/py-MarkupSafe${MODPY_FLAVOR} \
textproc/py-markdown${MODPY_FLAVOR} \
textproc/py-pygments${MODPY_FLAVOR} \
textproc/py-toml${MODPY_FLAVOR} \
textproc/py-tomli${MODPY_FLAVOR} \
textproc/py-typogrify${MODPY_FLAVOR} \
www/py-jinja2${MODPY_FLAVOR}