python312Packages.scim2-client: fix build

This commit is contained in:
Weijia Wang
2025-02-12 11:49:54 +01:00
parent 7fd3a72d52
commit 7bb6d75d5d
@@ -12,6 +12,7 @@
scim2-server,
httpx,
werkzeug,
cacert,
}:
buildPythonPackage rec {
@@ -39,6 +40,7 @@ buildPythonPackage rec {
pytest-asyncio
scim2-server
werkzeug
cacert
] ++ optional-dependencies.httpx;
# Werkzeug returns 500, didn't deem it worth it to investigate