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 python install directory #433

Merged
merged 1 commit into from
Aug 25, 2023
Merged

Conversation

azeey
Copy link
Contributor

@azeey azeey commented Aug 25, 2023

🦟 Bug fix

Summary

The gz directory was missing from the install path. The contents of the deb file before this PR is

/.
/usr
/usr/lib
/usr/lib/python3
/usr/lib/python3/dist-packages
/usr/lib/python3/dist-packages/transport13
/usr/lib/python3/dist-packages/transport13/__init__.py
/usr/lib/python3/dist-packages/transport13/_transport.cpython-310-x86_64-linux-gnu.so
/usr/share
/usr/share/doc
/usr/share/doc/python3-gz-transport13
/usr/share/doc/python3-gz-transport13/changelog.Debian.gz
/usr/share/doc/python3-gz-transport13/copyright

It should be /usr/lib/python3/dist-packages/gz/transport13/

Needed by gazebosim/gz-sim#2081

Checklist

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

Signed-off-by: Addisu Z. Taddese <[email protected]>
@azeey azeey self-assigned this Aug 25, 2023
@azeey azeey requested a review from caguero as a code owner August 25, 2023 04:48
@azeey azeey added the beta Targeting beta release of upcoming collection label Aug 25, 2023
@github-actions github-actions bot added the 🎵 harmonic Gazebo Harmonic label Aug 25, 2023
@azeey azeey merged commit 91acfb0 into gazebosim:main Aug 25, 2023
4 checks passed
@azeey azeey deleted the fix_python_install branch August 25, 2023 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta Targeting beta release of upcoming collection 🎵 harmonic Gazebo Harmonic
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants