Files
mirror-komikku/flatpak
2023-05-18 00:23:56 +02:00
..
2022-12-20 14:34:41 +01:00
2022-12-20 14:34:41 +01:00
2022-12-20 14:34:41 +01:00
2022-12-20 14:34:41 +01:00
2022-12-20 14:34:41 +01:00
2022-12-20 14:34:41 +01:00
2022-12-20 14:34:41 +01:00
2022-12-20 14:34:41 +01:00
2022-12-20 14:34:41 +01:00
2022-12-20 14:34:41 +01:00
2022-12-20 14:34:41 +01:00
2022-12-20 14:34:41 +01:00
2023-03-29 18:58:00 +02:00
2022-12-20 14:34:41 +01:00
2022-12-20 14:34:41 +01:00
2022-08-17 21:24:28 +02:00

Generate Rust dependencies of Python cryptography

Why?: Because, in Flathub sandbox, -share-network option is not allowed.

  1. Get and uncompress Python cryptography sources somewhere.

  2. Generate Cargo.lock file:

cd /path/to/cryptography-x.y.z
cargo vendor --manifest-path src/rust/
  1. Generate sources list JSON file in Komikku flatpak folder:
cd /path/to/Komikku/flatpak
python flatpak-cargo-generator.py /path/to/cryptography-x.y.z/src/rust/Cargo.lock -o python3-cryptography-cargo-deps.json

python3-cryptography-cargo-deps.json is used in python3-keyring.json.