Commit f8b42dea authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.cloudevents: add missing dependency deprecation

parent 514fd961
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -28,10 +28,13 @@ buildPythonPackage rec {
    setuptools
  ];

  dependencies = [
    deprecation
  ];

  pythonImportsCheck = [ "cloudevents" ];

  nativeCheckInputs = [
    deprecation
    flask
    pydantic
    pytestCheckHook