mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #1182] [MERGED] Allow building against system Brotli #1748
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/1182
Author: @gorloffslava
Created: 7/29/2024
Status: ✅ Merged
Merged: 5/30/2025
Merged by: @copybara-service[bot]
Base:
master← Head:master📝 Commits (10+)
2a01fd8+ Added ability to build Brotli Python bindings against system-provided brotli instead of vendored oneb93502dfix: renamed print9018ef3Merge branch 'google:master' into master1c380dbMerge branch 'google:master' into master3a444a6Merge branch 'google:master' into master0ea9927+ Improved setup.py formatting9b7beb4Merge branch 'google:master' into master0e0ed5fperf: conditionally install pkgconfig if using system brotli5189ec1Merge branch 'google:master' into masterdcc24d0chore: fixing trailing whitespace in python/README.md📊 Changes
3 files changed (+244 additions, -187 deletions)
View changed files
📝
pyproject.toml(+1 -1)📝
python/README.md(+10 -0)📝
setup.py(+233 -186)📄 Description
This PR adds the capability to build Python bindings against system-provided Brotli instead of vendored one
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.