gnu: Add python-zope-configuration-bootstrap.
* gnu/packages/python-web.scm (python-zope-configuration-bootstrap): New hidden variable.
This commit is contained in:
		
							parent
							
								
									24ba0d37cf
								
							
						
					
					
						commit
						b25d148f99
					
				
					 1 changed files with 7 additions and 0 deletions
				
			
		|  | @ -1299,6 +1299,13 @@ defining data schemas.") | |||
| Markup Language.") | ||||
|     (license license:zpl2.1))) | ||||
| 
 | ||||
| (define-public python-zope-configuration-bootstrap | ||||
|   (package | ||||
|     (inherit python-zope-configuration) | ||||
|     (arguments `(#:tests? #f)) | ||||
|     (native-inputs `()) | ||||
|     (properties `((hidden? . #t))))) | ||||
| 
 | ||||
| (define-public python2-zope-configuration | ||||
|   (package-with-python2 python-zope-configuration)) | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue