~ruther/guix-local

70dc4f32c2140f1a8a1f3ee81a819046b9e26a34 — Danny Milosavljevic 1 year, 5 months ago 580e8ac
gnu: python-werkzeug: Fix build.

* gnu/packages/python-web.scm (python-werkzeug)[native-inputs]: Add
python-setuptools, python-wheel.

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

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +2 -1
@@ 5695,7 5695,8 @@ addon modules.")
    (propagated-inputs
     (list python-requests))
    (native-inputs
     (list python-pytest python-pytest-timeout))))
     (list python-pytest python-pytest-timeout python-setuptools
           python-wheel))))

(define-public python-bottle
  (package