guix-commits
[Top][All Lists]
Advanced

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

15/131: gnu: python-idna-ssl: Add missing input.


From: guix-commits
Subject: 15/131: gnu: python-idna-ssl: Add missing input.
Date: Fri, 29 Jan 2021 09:21:45 -0500 (EST)

apteryx pushed a commit to branch cu/farewell-to-pythonpath
in repository guix.

commit 07efa340145b727b5bf9fb0fb7e7697b1fe804d1
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Thu Jan 7 14:12:56 2021 +0100

    gnu: python-idna-ssl: Add missing input.
    
    * gnu/packages/python-xyz.scm (python-idna-ssl)[propagated-inputs]: Add
    python-idna.
---
 gnu/packages/python-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fe50763..e1348bb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9450,6 +9450,7 @@ is binding LibSass.")
     (build-system python-build-system)
     (arguments
      `(#:tests? #f))          ;circular dependency with python-aiohttp
+    (propagated-inputs `(("python-idna" ,python-idna)))
     (home-page "https://github.com/aio-libs/idna-ssl";)
     (synopsis "Patch @code{ssl.match_hostname} for Unicode(idna) domains 
support")
     (description "Patch @code{ssl.match_hostname} for Unicode(idna)



reply via email to

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