gnu: asciinema: Fix test requirements.
* gnu/packages/terminals.scm (asciinema)[native-inputs]: Add python-requests.
This commit is contained in:
		
							parent
							
								
									cdc2bb50b2
								
							
						
					
					
						commit
						39d0de3375
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -164,6 +164,9 @@ insert mode and command mode where keybindings have different functions.") | |||
|                   (string-append "'" ncurses "/bin/tput'")))) | ||||
|              #t))))) | ||||
|     (inputs `(("ncurses" ,ncurses))) | ||||
|     (native-inputs | ||||
|      ;; For tests. | ||||
|      `(("python-requests" ,python-requests))) | ||||
|     (home-page "https://asciinema.org") | ||||
|     (synopsis "Terminal session recorder") | ||||
|     (description | ||||
|  |  | |||
		Reference in a new issue