hyperledger/indy-plenum

Python library `distro==1.8.0` does not work with `fpm`

spkane opened this issue · 1 comments

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.

@spkane, Thanks for reporting.

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