gnu: python2-xopen: Fix build.
* gnu/packages/python.scm (python2-xopen)[propagated-inputs]: Add python2-bz2file.
This commit is contained in:
		
							parent
							
								
									d5ed14bdda
								
							
						
					
					
						commit
						af029a80dd
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		|  | @ -10446,7 +10446,12 @@ possible on all supported Python versions.") | |||
|     (license license:expat))) | ||||
| 
 | ||||
| (define-public python2-xopen | ||||
|   (package-with-python2 python-xopen)) | ||||
|   (let ((base (package-with-python2 | ||||
|                (strip-python2-variant python-xopen)))) | ||||
|     (package | ||||
|       (inherit base) | ||||
|       (propagated-inputs `(("python2-bz2file" ,python2-bz2file) | ||||
|                            ,@(package-propagated-inputs base)))))) | ||||
| 
 | ||||
| (define-public python2-cheetah | ||||
|   (package | ||||
|  |  | |||
		Reference in a new issue