From 4fd4692f5884a9e9a1ba6363335ebfaab6769098 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 17 Aug 2026 11:24:50 +0200 Subject: gnu: python-qasync: Correct native-inputs. * gnu/packages/python-xyz.scm (python-qasync) [arguments]{build-backend}: Drop them. [native-inputs]: Replace python-poetry-core by python-uv-build. Relates-to: guix/guix!10610 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-xyz.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 93c1bdc812d..c29f036e253 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22032,14 +22032,13 @@ PySide, PySide2.") (build-system pyproject-build-system) (arguments (list - #:build-backend "poetry.core.masonry.api" ;XXX: python-uv-build is required #:phases #~(modify-phases %standard-phases (add-before 'check 'set-qpa (lambda _ (setenv "QT_QPA_PLATFORM" "offscreen")))))) (native-inputs - (list python-poetry-core python-pytest)) + (list python-pytest python-uv-build)) (propagated-inputs (list python-pyqt-6)) (home-page "https://github.com/CabbageDevelopment/qasync") -- cgit v1.2.3