10 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "6edf6f206ff1c3d108d7a7b9ae640a2f4737cfc04f0914ccc4eefe511d3a8985";
19 propagatedBuildInputs = [ pyramid simplejson six venusian ];
21 # tests not packaged with pypi release
23 pythonImportsCheck = [ "cornice" ];
26 homepage = "https://github.com/mozilla-services/cornice";
27 description = "Build Web Services with Pyramid";
28 license = licenses.mpl20;