This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch fix-build-for-python
in repository https://gitbox.apache.org/repos/asf/opendal.git

commit d7752b30505273cf6d48c08cb1968e54b663321c
Author: Xuanwo <[email protected]>
AuthorDate: Mon Nov 17 19:32:20 2025 +0800

    chore: Don't introduce openssl for python binding
    
    Signed-off-by: Xuanwo <[email protected]>
---
 bindings/python/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml
index 18fd768f5..0b7671b53 100644
--- a/bindings/python/Cargo.toml
+++ b/bindings/python/Cargo.toml
@@ -152,7 +152,7 @@ services-pcloud = [
 services-persy = ["opendal/services-persy"]
 services-postgresql = ["opendal/services-postgresql"]
 services-redb = ["opendal/services-redb"]
-services-redis = ["opendal/services-redis", 
"opendal/services-redis-native-tls"]
+services-redis = ["opendal/services-redis"]
 services-rocksdb = [
   "opendal/services-rocksdb",
 ] # FIXME EXCLUDED: how to support rocksdb services in bindings?

Reply via email to