mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-04-23 08:45:43 +00:00
chore(android): standardize indentation in meta.yaml files for aiohttp, bcrypt, and psutil recipes; add patch for bcrypt to support abi3-py310
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
package:
|
||||
name: aiohttp
|
||||
version: "3.13.3"
|
||||
name: aiohttp
|
||||
version: "3.13.3"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
package:
|
||||
name: bcrypt
|
||||
version: "5.0.0"
|
||||
name: bcrypt
|
||||
version: "5.0.0"
|
||||
|
||||
requirements:
|
||||
build:
|
||||
- rust
|
||||
build:
|
||||
- rust
|
||||
|
||||
build:
|
||||
number: 0
|
||||
number: 1
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
--- src-original/src/_bcrypt/Cargo.toml
|
||||
+++ src/src/_bcrypt/Cargo.toml
|
||||
@@ -8,7 +8,10 @@
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
-pyo3 = { version = "0.26", features = ["abi3"] }
|
||||
+
|
||||
+# Chaquopy: add abi3-py310 for Android cp311 wheels.
|
||||
+pyo3 = { version = "0.26", features = ["abi3", "abi3-py310"] }
|
||||
+
|
||||
bcrypt = "0.17"
|
||||
bcrypt-pbkdf = "0.10.0"
|
||||
base64 = "0.22.1"
|
||||
@@ -1,6 +1,6 @@
|
||||
package:
|
||||
name: psutil
|
||||
version: "7.2.2"
|
||||
name: psutil
|
||||
version: "7.2.2"
|
||||
|
||||
build:
|
||||
number: 1
|
||||
number: 1
|
||||
|
||||
Reference in New Issue
Block a user