Skip to content

Commit

Permalink
umu_proton: don't search for cryptography module
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jan 1, 2025
1 parent b3992aa commit c225c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umu/umu_proton.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def get_umu_proton(env: dict[str, str], session_pools: SessionPools) -> dict[str


def _fetch_patch(session_pools: SessionPools) -> bytes: # noqa: ARG001
if not find_spec("cbor2") and not find_spec("cryptography"):
if not find_spec("cbor2") and not find_spec("xxhash"):
return b""

# TODO: Refactor implementation to request patches from owc server and remove
Expand Down

0 comments on commit c225c82

Please sign in to comment.