guix-commits
[Top][All Lists]
Advanced

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

79/103: gnu: python-dnspython: Force poetry backend.


From: guix-commits
Subject: 79/103: gnu: python-dnspython: Force poetry backend.
Date: Wed, 5 Jan 2022 09:44:39 -0500 (EST)

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

commit 1ca087490b441b42eb7b4422b124018bd1540b82
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Fri Dec 31 15:07:42 2021 +0100

    gnu: python-dnspython: Force poetry backend.
    
    * gnu/packages/python-xyz.scm (python-dnspython)[arguments]: Force 
#:build-backend.
    [native-inputs]: Add python-poetry-core.
---
 gnu/packages/python-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c952849aa9..0ded1f5477 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15865,6 +15865,7 @@ until the object is actually required, and caches the 
result of said call.")
     (build-system python-build-system)
     (arguments
      `(#:tests? #f                      ; XXX: requires internet access
+       #:build-backend "poetry.core.masonry.api"
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'patch-getprotobyname-calls
@@ -15877,7 +15878,7 @@ until the object is actually required, and caches the 
result of said call.")
                 "6")
                (("socket.getprotobyname\\('udp'\\)")
                 "17")))))))
-    (native-inputs (list unzip))
+    (native-inputs (list unzip python-poetry-core))
     (home-page "https://www.dnspython.org";)
     (synopsis "DNS toolkit for Python")
     (description



reply via email to

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