You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Python library
distro==1.8.0
does not work withfpm
and therefore breaks thebuild-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
whichfpm
requires. Some projects appear to be trying to replacefpm
withhttps://github.com/upciti/wheel2deb
as a solution.distro==1.8.0
does not work withfpm
indy-node#1786The text was updated successfully, but these errors were encountered: