We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b5322 commit 119145cCopy full SHA for 119145c
build-scripts/ubuntu-2204/prepare-package.sh
@@ -32,6 +32,7 @@ if [ "$distro_packages" = "debian-packages" ]; then
32
echo -e "\nAdapt the dependencies for the Canonical archive"
33
sed -i "s~timeout-decorator~python3-timeout-decorator~" setup.py
34
sed -i "s~distro~python3-distro~" setup.py
35
+ sed -i "s~indicio-indy-plenum~indy-plenum~" setup.py
36
sed -i "s~importlib-metadata=~python3-importlib-metadata=~" setup.py
37
38
echo "Preparing config files"
0 commit comments