~ruther/guix-local

b567c3ffc46933b3bdece0020fda61a94b1deffb — Nicolas Graves 11 months ago 13a4171
gnu: python-case: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-case):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.

Change-Id: I1b3183b223742af14bcc45df99a9370e38399467
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -2
@@ 5359,11 5359,11 @@ for additional processing.")
       (sha256
        (base32
         "1cagg06vfph864s6l5jb0zqliwxh647bki8j6lf4a4qrv40jnhs8"))))
    (build-system python-build-system)
    (build-system pyproject-build-system)
    (propagated-inputs
     (list python-mock python-nose python-six))
    (native-inputs
     (list python-coverage))
     (list python-setuptools python-wheel))
    (home-page "https://github.com/celery/case")
    (synopsis "Unittest utilities and convenience methods")
    (description