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
This commit is contained in:
Sharlatan Hellseher 2025-10-09 12:05:29 +01:00
parent 1a7bffe033
commit 15de5aced0
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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