python310Packages.cherrypy: Expose ssl extra

This commit is contained in:
Martin Weinelt
2023-03-03 23:59:33 +01:00
parent 0718529ca1
commit a86f1bc68d
@@ -8,6 +8,7 @@
, objgraph
, path
, portend
, pyopenssl
, pytest-forked
, pytest-services
, pytestCheckHook
@@ -99,6 +100,7 @@ buildPythonPackage rec {
json = [ simplejson ];
memcached_session = [ python-memcached ];
routes_dispatcher = [ routes ];
ssl = [ pyopenssl ];
# not packaged yet
xcgi = [ /* flup */ ];
};