build/pyproject: Resolve import warning. * guix/build/pyproject-build-system.scm: Hide the 'delete' symbol from the imported (guix build utils) module to avoid a naming clash warning. Change-Id: I48f97bf29b5282de1440c68d533c8300d4d11362 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 1 insertions(+), 1 deletions(-) M guix/build/pyproject-build-system.scm
M guix/build/pyproject-build-system.scm => guix/build/pyproject-build-system.scm +1 -1
@@ 19,7 19,7 @@ (define-module (guix build pyproject-build-system) #:use-module ((guix build python-build-system) #:prefix python:) #:use-module (guix build utils) #:use-module ((guix build utils) #:hide (delete)) #:use-module (guix build json) #:use-module (guix build toml) #:use-module (ice-9 match)