Skip to content

Commit

Permalink
chore(deps): remove fixed poetry overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored and jcrist committed Aug 29, 2023
1 parent 3dc841b commit f9f54e5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions poetry-overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ in
# `wheel` cannot be used as a wheel to unpack itself, since that would
# require itself (infinite recursion)
wheel = super.wheel.override { preferWheel = false; };
paginate = super.paginate.overridePythonAttrs (attrs: {
nativeBuildInputs = attrs.nativeBuildInputs or [ ] ++ [ self.setuptools ];
});
readtime = super.readtime.overridePythonAttrs (attrs: {
nativeBuildInputs = attrs.nativeBuildInputs or [ ] ++ [ self.setuptools ];
});

# patch oscrypto for openssl 3 support: the fix is to relax some regexes that
# inspect the libcrypto version
Expand Down

0 comments on commit f9f54e5

Please sign in to comment.