Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Embed full python protobuf library #1438

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

joeyparrish
Copy link
Member

This embeds the full python protobuf library into the output in pssh-box-protos, which is used by installation targets and Docker images. Without this, the installed pssh-box.py tool would depend on a separate installation of the python protobuf library.

Closes #1436

This embeds the full python protobuf library into the output in
pssh-box-protos, which is used by installation targets and Docker
images.  Without this, the installed pssh-box.py tool would depend on
a separate installation of the python protobuf library.

Closes shaka-project#1436
@joeyparrish joeyparrish requested a review from cosmin October 2, 2024 00:36
@joeyparrish
Copy link
Member Author

@emarsden FYI

You can preview the fix at docker.io/joeyparrish/shaka-packager:fixed-pssh-box-deps-pr-1438

@joeyparrish joeyparrish merged commit f07fd0d into shaka-project:main Oct 2, 2024
36 checks passed
@joeyparrish joeyparrish deleted the docker-pssh-box branch October 2, 2024 15:31
cosmin pushed a commit that referenced this pull request Oct 24, 2024
🤖 I have created a release *beep* *boop*
---


##
[3.2.1](v3.2.0...v3.2.1)
(2024-10-02)


### Bug Fixes

* Add Missing Dash Roles to RoleFromString function
([#1418](#1418))
([#1419](#1419))
([9cb00e9](9cb00e9))
* Break header installation for the shared library
([#1407](#1407))
([b5c2cb8](b5c2cb8)),
closes
[#1406](#1406)
* Embed full python protobuf library
([#1438](#1438))
([f07fd0d](f07fd0d)),
closes
[#1436](#1436)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Dec 1, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: archived Archived and locked; will not be updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pssh-box.py in Docker container -> ModuleNotFoundError: No module named 'google'
2 participants