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

gnu/packages/python-web.scm

index ed37e47..81cee4d 100644 (file)
@@ -1319,6 +1319,13 @@ only when necessary to apply the policy (e.g., access checking, location
 brokering, etc.) for which the proxy is responsible.")
     (license license:zpl2.1)))
 
+(define-public python-zope-proxy-bootstrap
+  (package
+    (inherit python-zope-proxy)
+    (arguments `(#:tests? #f))
+    (native-inputs `())
+    (properties `((hidden? . #t)))))
+
 (define-public python2-zope-proxy
   (package-with-python2 python-zope-proxy))