gnu: python-html5-parser: Fix build.
* gnu/packages/python-web.scm (python-html5-parser)[propagated-inputs]: Add python-chardet.
This commit is contained in:
		
							parent
							
								
									c16341bb9e
								
							
						
					
					
						commit
						c2429ca4ab
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -1177,7 +1177,8 @@ and written in Python.")
 | 
				
			||||||
     `(("libxml2" ,libxml2)))
 | 
					     `(("libxml2" ,libxml2)))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("python-lxml" ,python-lxml)
 | 
					     `(("python-lxml" ,python-lxml)
 | 
				
			||||||
       ("python-beautifulsoup4" ,python-beautifulsoup4)))
 | 
					       ("python-beautifulsoup4" ,python-beautifulsoup4)
 | 
				
			||||||
 | 
					       ("python-chardet" ,python-chardet)))
 | 
				
			||||||
    (home-page "https://html5-parser.readthedocs.io")
 | 
					    (home-page "https://html5-parser.readthedocs.io")
 | 
				
			||||||
    (synopsis "Fast C-based HTML5 parsing for Python")
 | 
					    (synopsis "Fast C-based HTML5 parsing for Python")
 | 
				
			||||||
    (description "This package provides a fast implementation of the HTML5
 | 
					    (description "This package provides a fast implementation of the HTML5
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue