lfam pushed a commit to branch master
in repository guix.

commit 01e30442007a5d2b0f8c443896f7d6dc850b140f
Author: Tanguy Le Carrour <[email protected]>
AuthorDate: Sat Mar 21 12:26:21 2020 +0100

    gnu: python-sortedcontainers: Add missing propagated-inputs.
    
    * gnu/packages/python-xyz.scm (python-sortedcontainers):
    [propagated-inputs] Add python-appdirs, python-distlib, python-filelock,
    python-importlib-metadata and python-six.
    
    Signed-off-by: Leo Famulari <[email protected]>
---
 gnu/packages/python-xyz.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 44a893a..ea2b14a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16748,6 +16748,12 @@ that is accessible to other projects developed in 
Cython.")
     (build-system python-build-system)
     (native-inputs
      `(("python-tox" ,python-tox)))
+    (propagated-inputs
+     `(("python-appdirs" ,python-appdirs)
+       ("python-distlib" ,python-distlib)
+       ("python-filelock" ,python-filelock)
+       ("python-importlib-metadata" ,python-importlib-metadata) ;; python < 3.8
+       ("python-six" ,python-six)))
     (home-page "http://www.grantjenks.com/docs/sortedcontainers/";)
     (synopsis "Sorted List, Sorted Dict, Sorted Set")
     (description

Reply via email to