guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

68/103: gnu: python-flake8-pie: Fix build.


From: guix-commits
Subject: 68/103: gnu: python-flake8-pie: Fix build.
Date: Wed, 5 Jan 2022 09:44:37 -0500 (EST)

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

commit 5fc45ac76be49c6f36b4dfb81b4cfdc4b6c55c83
Author: Lars-Dominik Braun <lars@6xq.net>
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 439e062266..e8ab399be4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10090,6 +10090,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

[Prev in Thread] Current Thread [Next in Thread]