~ruther/guix-local

20077256fab2712e685b8454af5319daac109daa — Romain GARBAGE 9 months ago 0ff24b4
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>
1 files changed, 3 insertions(+), 2 deletions(-)

M guix/import/pypi.scm
M guix/import/pypi.scm => guix/import/pypi.scm +3 -2
@@ 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)