me
/
guix
Archived
1
0
Fork 0

import: pypi: Remove unneeded import.

* guix/import/pypi.scm: Remove unneeded import.
master
Ludovic Courtès 2017-10-10 10:35:16 +02:00
parent a6e22d8445
commit b719ddbbbb
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@
#:use-module (guix upstream)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix build-system python)
#:use-module (gnu packages python)
#:export (guix-package->pypi-name
pypi->guix-package
%pypi-updater))