Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
fix: unpin runtime dependencies for craft-providers
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Jan 15, 2024
1 parent 88fc088 commit dd4beea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deps/craft-providers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ pkgs.python3Packages.buildPythonPackage rec {
--replace "dev" "${version}"
substituteInPlace pyproject.toml \
--replace "setuptools==67.7.2" "setuptools"
--replace "setuptools==67.7.2" "setuptools" \
--replace "pydantic<2.0" "pydantic" \
--replace "urllib3<2" "urllib3"
'';

propagatedBuildInputs = with pkgs.python3Packages; [
Expand Down

0 comments on commit dd4beea

Please sign in to comment.