mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Use old setuptools in packages that relies on use_2to3 conversion.
This fixes a regression since 520cdf8058
where
the use_2to3 functionality was removed from setuptools.
* gnu/packages/graph.scm (python-louvain)[native-inputs]: Change from
PYTHON-SETUPTOOLS to PYTHON-SETUPTOOLS-57.
* gnu/packages/python-check.scm (python-parameterizedtestcase)[native-inputs]:
Likewise.
* gnu/packages/python-xyz.scm (python-anyjson)[native-inputs]: Add
PYTHON-SETUPTOOLS-57.
* gnu/packages/bioinformatics.scm (python-pyvcf)[native-inputs]: Change from
PYTHON-SETUPTOOLS-FOR-TENSORFLOW to PYTHON-SETUPTOOLS-57.
This commit is contained in:
parent
a47c475678
commit
edbacab995
4 changed files with 4 additions and 4 deletions
|
@ -15847,8 +15847,8 @@ fast xml and html manipulation.")
|
|||
;; whatever) so this transformation needs to be done before the tests
|
||||
;; can be run. Maybe we could add a build step to transform beforehand
|
||||
;; but it could be annoying/difficult.
|
||||
;; We can enable tests for the Python 2 version, though, and do below.
|
||||
#:tests? #f))
|
||||
(native-inputs (list python-setuptools-57)) ;for use_2to3 support
|
||||
(home-page "https://bitbucket.org/runeh/anyjson/")
|
||||
(synopsis
|
||||
"Wraps best available JSON implementation in a common interface")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue