python3Packages.django-scim2: unbreak (#438419)

authored by Martin Weinelt and committed by GitHub 95d232e6 425e45b2

-7
-7
pkgs/development/python-modules/django-scim2/default.nix
··· 28 28 hash = "sha256-OsfC6Jc/oQl6nzy3Nr3vkY+XicRxUoV62hK8MHa3LJ8="; 29 29 }; 30 30 31 - # remove this when upstream releases a new version > 0.19.0 32 - postPatch = '' 33 - substituteInPlace pyproject.toml \ 34 - --replace-fail "poetry>=0.12" "poetry-core>=1.5.2" \ 35 - --replace-fail "poetry.masonry.api" "poetry.core.masonry.api" 36 - ''; 37 - 38 31 build-system = [ poetry-core ]; 39 32 40 33 dependencies = [