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,poetry): remove duplicate files in the charm #1968

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lengau
Copy link
Collaborator

@lengau lengau commented Oct 17, 2024

Fixes #1966

The lib64 directory exists as a symbolic link in virtual environments for historic reasons, but is not necessary.

This prevents the charm from packing it twice (due to Python's inability to put symlinks into zip files).

@lengau lengau requested review from tigarmo and mr-cal October 17, 2024 21:05
Fixes #1966

The lib64 directory exists as a symbolic link in virtual environments
for historic reasons, but is not necessary.

This prevents the charm from packing it twice (due to Python's inability
to put symlinks into zip files).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

python and poetry plugins include lib64 symlink as a second copy of the venv
1 participant