gnu: python2-astroid: Fix build.
* gnu/packages/python-xyz.scm (python2-astroid)[propagated-inputs]: Remove python-typed-ast.
This commit is contained in:
		
							parent
							
								
									f093546046
								
							
						
					
					
						commit
						741f98b3f1
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -12617,7 +12617,8 @@ builds partial trees by inspecting living objects.") | |||
|          ,python2-backports-functools-lru-cache) | ||||
|         ("python2-enum34" ,python2-enum34) | ||||
|         ("python2-singledispatch" ,python2-singledispatch) | ||||
|         ,@(package-propagated-inputs base)))))) | ||||
|         ,@(alist-delete "python-typed-ast" | ||||
|                         (package-propagated-inputs base))))))) | ||||
| 
 | ||||
| (define-public python-isort | ||||
|   (package | ||||
|  |  | |||
		Reference in a new issue