import: pypi: Use autoload instead of use-module.

* guix/import/pypi.scm: Use autoload instead of use-module.

Change-Id: I67001e41c398250e74782c06937dadea8402d4d9
Reviewed-by: zimoun, ngraves
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Romain GARBAGE 2025-08-19 14:45:13 +02:00 committed by Sharlatan Hellseher
parent 0ff24b4037
commit 20077256fa
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -43,8 +43,9 @@
#:autoload (gcrypt hash) (port-sha256)
#:autoload (guix base16) (base16-string->bytevector)
#:autoload (guix base32) (bytevector->nix-base32-string)
#:use-module (guix derivations)
#:use-module (guix gexp)
#:autoload (guix derivations) (built-derivations
derivation->output-path)
#:autoload (guix gexp) (lower-object)
#:autoload (guix http-client) (http-fetch)
#:use-module (guix utils)
#:use-module (guix memoization)