gnu: packages/astronomy: Minimize import from python build system.
* gnu/packages/astronomy.scm: Select just pypi-uri from python build system module. Change-Id: I1b02cdd24a6456d58136ee126f7bdb2a01dce9b4 Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
		
							parent
							
								
									adb56c3666
								
							
						
					
					
						commit
						ab0af70306
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -97,7 +97,7 @@ | ||||||
|   #:use-module (guix build-system copy) |   #:use-module (guix build-system copy) | ||||||
|   #:use-module (guix build-system gnu) |   #:use-module (guix build-system gnu) | ||||||
|   #:use-module (guix build-system meson) |   #:use-module (guix build-system meson) | ||||||
|   #:use-module (guix build-system python) |   #:use-module ((guix build-system python) #:select (pypi-uri)) | ||||||
|   #:use-module (guix build-system pyproject) |   #:use-module (guix build-system pyproject) | ||||||
|   #:use-module (guix download) |   #:use-module (guix download) | ||||||
|   #:use-module (guix gexp) |   #:use-module (guix gexp) | ||||||
|  |  | ||||||
		Reference in a new issue