gnu: Add python-zope-configuration-bootstrap.
authorEfraim Flashner <efraim@flashner.co.il>
Mon, 20 Jul 2020 14:47:43 +0000 (17:47 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Mon, 20 Jul 2020 14:47:43 +0000 (17:47 +0300)
* gnu/packages/python-web.scm (python-zope-configuration-bootstrap): New
hidden variable.

gnu/packages/python-web.scm

index dbec6ac..ec98a5b 100644 (file)
@@ -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))