Merge pull request #233368 from Ma27/fix-privacyidea

privacyidea: fix build
This commit is contained in:
Ryan Lahfa
2023-05-22 10:05:56 +02:00
committed by GitHub
@@ -170,6 +170,10 @@ let
deprecated = (super.deprecated.override {
sphinxHook = null;
}).overridePythonAttrs dropDocOutput;
wrapt = (super.wrapt.override {
sphinxHook = null;
sphinx-rtd-theme = null;
}).overridePythonAttrs dropDocOutput;
};
};
in