12 buildPythonPackage rec {
13 pname = "cherrypy-cors";
17 disabled = pythonOlder "3.8";
20 inherit pname version;
21 hash = "sha256-gzhM1mSnq4uat9SSb+lxOs/gvONmXuKBiaD6BLnyEtY=";
29 propagatedBuildInputs = [
34 pythonImportsCheck = [ "cherrypy_cors" ];
36 nativeCheckInputs = [ pytestCheckHook ];
39 description = "CORS support for CherryPy";
40 homepage = "https://github.com/cherrypy/cherrypy-cors";
41 license = licenses.mit;
42 maintainers = with maintainers; [ jpts ];