gnu: python2-fake-factory: Rearrange inputs.
* gnu/packages/python.scm (python2-fake-factory)[native-inputs]: Move python2-ipaddress ... [propagated-inputs]: to here.
This commit is contained in:
		
							parent
							
								
									bbcd729791
								
							
						
					
					
						commit
						24c9aa1810
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -9572,9 +9572,9 @@ addresses, and phone numbers.")
 | 
			
		|||
                                     python-fake-factory))))
 | 
			
		||||
    (package
 | 
			
		||||
      (inherit base)
 | 
			
		||||
      (native-inputs
 | 
			
		||||
      (propagated-inputs
 | 
			
		||||
       `(("python2-ipaddress" ,python2-ipaddress)
 | 
			
		||||
         ,@(package-native-inputs base))))))
 | 
			
		||||
         ,@(package-propagated-inputs base))))))
 | 
			
		||||
 | 
			
		||||
(define-public python-pyaml
 | 
			
		||||
  (package
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue