~ruther/guix-local

15de5aced0c9bcf73c41a97ade3b6d8c0fc455d6 — Sharlatan Hellseher 4 months ago 1a7bffe
gnu: python-lambda-4dn: Fix build.

* gnu/packages/web.scm (python-lambda-4dn)[arguments] <tests?>: No tests
in PyPI archive.
[propagated-inputs]: Remove python-six.
[native-inputs]: Remove python-wheel.

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

M gnu/packages/web.scm
M gnu/packages/web.scm => gnu/packages/web.scm +4 -4
@@ 5438,6 5438,7 @@ http://opensearch.a9.com} compatible search engines.")
their web site.")
    (home-page "https://metacpan.org/release/WWW-RobotRules")))

;; XXX: No fresh release since 2019.
(define-public python-lambda-4dn
  (package
    (name "python-lambda-4dn")


@@ 5452,6 5453,7 @@ their web site.")
    (build-system pyproject-build-system)
    (arguments
     (list
      #:tests? #f ;no tests in PyPI archive
      #:phases
      #~(modify-phases %standard-phases
          (add-after 'unpack 'fix-pip-install


@@ 5478,15 5480,13 @@ their web site.")
                                "os.utime(os.path.join(root, file), (315619200, 315619200))\n"
                                line))))))))
    (native-inputs
     (list python-setuptools
           python-wheel))
     (list python-setuptools))
    (inputs (list python))
    (propagated-inputs
     (list python-boto3
           python-botocore
           python-docutils
           python-pip
           python-six
           python-pip ;it's imported in aws_lambda/aws_lambda.py
           python-virtualenv))
    (home-page "https://github.com/4dn-dcic/python-lambda")
    (synopsis