mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-08 14:10:38 +02:00
Rationale: This setup.py is clubberred by an old BuildScripts configuration, which is not compatible with the most recent setuptools. Patch it to use a modern API for entry points. * gnu/packages/docbook.scm (dblatex): [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Add phase 'use-modern-entry-points. [native-inputs]: Add python-setuptools. Change-Id: I816635cd9e96b04665231398b307695481def0e8 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>