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

Allow for including pip packages in source tar #357

Open
slaclau opened this issue Apr 14, 2023 · 0 comments
Open

Allow for including pip packages in source tar #357

slaclau opened this issue Apr 14, 2023 · 0 comments

Comments

@slaclau
Copy link

slaclau commented Apr 14, 2023

Packages build with dh_virtualenv cannot be uploaded to Launchpad ppas as they require network access to pypi at build time. I have worked around this by downloading wheels before building my source and passing —no-index and —find-links to pip. Unfortunately this causes pip install . to fail. I get around this by building a wheel before building the source and passing —skip-install, followed by pip install pkgname.whl.The shebangs in any executables then need fixing as they have absolute paths in them from my build machine.

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

No branches or pull requests

1 participant