~ruther/guix-local

7b70b2137933e42346c7914be39bdf7438c574fb — Ricardo Wurmus 1 year, 3 months ago b752a03
gnu: python-scikit-fuzzy: Add missing inputs.

* gnu/packages/python-science.scm (python-scikit-fuzzy)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: Idbaf5fa622b3584f8fd348ec0783605936d3bf41
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-science.scm
M gnu/packages/python-science.scm => gnu/packages/python-science.scm +1 -1
@@ 573,7 573,7 @@ and linear forms into vectors.")
     (list
      #:test-flags #~(list "--pyargs" "skfuzzy")))
    (native-inputs
     (list python-pytest))
     (list python-pytest python-setuptools python-wheel))
    (propagated-inputs
     (list python-networkx python-numpy python-scipy))
    (home-page "https://github.com/scikit-fuzzy/scikit-fuzzy")