guix-commits
[Top][All Lists]
Advanced

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

15/28: gnu: python-louvain: Build with older setuptools.


From: guix-commits
Subject: 15/28: gnu: python-louvain: Build with older setuptools.
Date: Sat, 22 Jan 2022 04:23:46 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 038c65b380bd2b4e07228ee2c726465bd38479c3
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jan 21 23:15:36 2022 +0100

    gnu: python-louvain: Build with older setuptools.
    
    * gnu/packages/graph.scm (python-louvain)[native-inputs]: Add
    PYTHON-SETUPTOOLS.
---
 gnu/packages/graph.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 4496d8c0e5..de68ff78b1 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -287,6 +287,8 @@ subplots, multiple-axes, polar charts, and bubble charts.")
        (sha256
         (base32 "1sqp97fwh4asx0jr72x8hil8z8fcg2xq92jklmh2m599pvgnx19a"))))
     (build-system python-build-system)
+    (native-inputs
+     (list python-setuptools))          ;for use_2to3 support
     (propagated-inputs
      (list python-networkx python-numpy))
     (home-page "https://github.com/taynaud/python-louvain";)



reply via email to

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