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

Python library distro==1.8.0 does not work with fpm #1618

Closed
spkane opened this issue Oct 20, 2022 · 1 comment
Closed

Python library distro==1.8.0 does not work with fpm #1618

spkane opened this issue Oct 20, 2022 · 1 comment

Comments

@spkane
Copy link

spkane commented Oct 20, 2022

Python library distro==1.8.0 does not work with fpm and therefore breaks the build-scripts/ubuntu-2004/build-3rd-parties.sh script, without first doing something like this:

sed -i 's|build_from_pypi distro|build_from_pypi distro 1.7.0|g' ./build-scripts/ubuntu-2004/build-3rd-parties.sh

It appears that this is due to the removal of setup.py which fpm requires. Some projects appear to be trying to replace fpm with https://github.com/upciti/wheel2deb as a solution.

@WadeBarnes
Copy link
Member

@spkane, Thanks for reporting.

Closing this issue since indy-plenum does not use the distro module. Addressing this in the related indy-node issue.

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

2 participants