gnu: python2-eventlet: Remove package.
* gnu/packages/python-xyz.scm (python2-eventlet): Remove variable.
This commit is contained in:
		
							parent
							
								
									f3c568d3f1
								
							
						
					
					
						commit
						0f9cb9b6bd
					
				
					 1 changed files with 0 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -1742,14 +1742,6 @@ The event dispatch is implicit, which means you can easily use @code{Eventlet}
 | 
			
		|||
from the Python interpreter, or as a small part of a larger application.")
 | 
			
		||||
  (license license:expat)))
 | 
			
		||||
 | 
			
		||||
(define-public python2-eventlet
 | 
			
		||||
  (let ((base (package-with-python2
 | 
			
		||||
                (strip-python2-variant python-eventlet))))
 | 
			
		||||
    (package (inherit base)
 | 
			
		||||
      (propagated-inputs
 | 
			
		||||
       `(("python2-enum34" ,python2-enum34)
 | 
			
		||||
         ,@(package-propagated-inputs base))))))
 | 
			
		||||
 | 
			
		||||
(define-public python-six
 | 
			
		||||
  (package
 | 
			
		||||
    (name "python-six")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue