mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-louvain: Build with older setuptools.
* gnu/packages/graph.scm (python-louvain)[native-inputs]: Add PYTHON-SETUPTOOLS.
This commit is contained in:
parent
9f57352e12
commit
038c65b380
1 changed files with 2 additions and 0 deletions
|
@ -287,6 +287,8 @@ (define-public python-louvain
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue