From 15de5aced0c9bcf73c41a97ade3b6d8c0fc455d6 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 9 Oct 2025 12:05:29 +0100 Subject: [PATCH] gnu: python-lambda-4dn: Fix build. * gnu/packages/web.scm (python-lambda-4dn)[arguments] : No tests in PyPI archive. [propagated-inputs]: Remove python-six. [native-inputs]: Remove python-wheel. Change-Id: I96e9102f68dbbc2472ddc209dd20a907a9e6ba3d --- gnu/packages/web.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 167651f601e..bd5d67f2d7b 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -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