gnu: python-fire: Add missing input.
* gnu/packages/python-xyz.scm (python-fire)[native-inputs]: Add python-mock.
This commit is contained in:
		
							parent
							
								
									d38bdca344
								
							
						
					
					
						commit
						faa4485b52
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -536,8 +536,6 @@ workspaces. | ||||||
|         (base32 |         (base32 | ||||||
|          "0qka44n88y3qcj7xz0k0f3qb4phcg4z0wvd4jcii9lcr6rvbiqn5")))) |          "0qka44n88y3qcj7xz0k0f3qb4phcg4z0wvd4jcii9lcr6rvbiqn5")))) | ||||||
|     (build-system python-build-system) |     (build-system python-build-system) | ||||||
|     (native-inputs |  | ||||||
|      (list python-pytest)) |  | ||||||
|     (arguments |     (arguments | ||||||
|      '(#:phases |      '(#:phases | ||||||
|        (modify-phases %standard-phases |        (modify-phases %standard-phases | ||||||
|  | @ -547,6 +545,8 @@ workspaces. | ||||||
|                (invoke "pytest"))))))) |                (invoke "pytest"))))))) | ||||||
|     (inputs |     (inputs | ||||||
|      (list python-six python-termcolor)) |      (list python-six python-termcolor)) | ||||||
|  |     (native-inputs | ||||||
|  |      (list python-mock python-pytest)) | ||||||
|     (synopsis "Library for automatically generating command line interfaces") |     (synopsis "Library for automatically generating command line interfaces") | ||||||
|     (description |     (description | ||||||
|      "Fire is a library for automatically generating command line interfaces |      "Fire is a library for automatically generating command line interfaces | ||||||
|  |  | ||||||
		Reference in a new issue