lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit 52a2fbf31a006024e0be1a00d0f24390c6393e56
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Thu Dec 30 12:40:28 2021 +0100

    gnu: python-flake8-pie: Fix build.
    
    * gnu/packages/python-xyz.scm (python-flake8-pie)[arguments]: Disable
    tests and force build backend.
    [native-inputs]: Add python-poetry-core.
---
 gnu/packages/python-xyz.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1c172e9214..55e736c978 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10730,6 +10730,10 @@ first-class forward references that stub files use.")
        (sha256
         (base32 "0kgipl5gljlp7aa7ykx15pswpzkd0d0qiznihb2z0d9a73181dyd"))))
     (build-system python-build-system)
+    (arguments
+     `(#:tests? #f ; No tests exist.
+       #:build-backend "poetry.core.masonry.api"))
+    (native-inputs (list python-poetry-core))
     (home-page "https://github.com/sbdchd/flake8-pie";)
     (synopsis "Flake8 extension that implements lints")
     (description

Reply via email to