~ruther/guix-local

353effb1509c768cdedb022470c85e21579a8bda — Sharlatan Hellseher 5 months ago a56dc0b
gnu: python-stone: Reduce closure size.

* gnu/packages/python-xyz.scm (python-stone)[native-inputs]: Remove
python-pytest-runner and python-wheel.

Change-Id: Iad281c3081e5bd0eb0fea13fef0f234ec0c945db
1 files changed, 9 insertions(+), 5 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +9 -5
@@ 27838,16 27838,20 @@ implemented using @code{ctypes}.")
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/dropbox/stone")
             (commit (string-append "v" version))))
              (url "https://github.com/dropbox/stone")
              (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1x0kj4jygssjn66lbkln95chhf85vzy1wnpziy9jvpf4kbc1bmfy"))))
    (build-system pyproject-build-system)
    (propagated-inputs
     (list python-jinja2 python-packaging python-ply python-six))
    (native-inputs
     (list python-pytest python-pytest-runner python-setuptools python-wheel))
     (list python-pytest
           python-setuptools))
    (propagated-inputs
     (list python-jinja2
           python-packaging
           python-ply
           python-six))         ;hard requirement, still
    (home-page "https://github.com/dropbox/stone")
    (synopsis "Official Api Spec Language for Dropbox")
    (description