Closed mgmgwi closed 2 years ago
Can one of the admins verify this patch?
Thanks @mgmgwi. @udosson, @pSchlarb, this PR is relying on the fact that indy-plenum
is building and publishing this particular 3rd party package; https://github.com/hyperledger/indy-plenum/blob/ubuntu-20.04-upgrade/build-scripts/ubuntu-2004/build-3rd-parties.sh#L106. How do we feel about this implicit dependency? Perhaps a comment in the prepare package script would be enough.
Hm since version setting is also commented in plenum, i see no problem with that so far. IMHO a comment should be sufficient and wouldn't hurt.
I'd rather add the comment to setup.py
because we don't need to change the prepare-package.sh
script
I removed the sed replacement in build-scripts/ubuntu-2004/prepare-package.sh#L34 as requested by @udosson in the comment above.
@mgmgwi - thank you for the changes. I'll test the build and install process on Tuesday and will merge after the successful testing.
I talked with @udosson and for now, we have to add the python3
prefix in prepare-package.sh. I updated the file accordingly.
Thanks for adjusting the PR according to our discussion, @mgmgwi
We need to at the python3-
prefix in prepare-package.sh
. However, I cannot say at the moment why we don't need this in Indy Plenum. I'll do further investigations and please let me know your thoughts @WadeBarnes and @pSchlarb if you have an idea.
Thanks for adjusting the PR according to our discussion, @mgmgwi
We need to at the
python3-
prefix inprepare-package.sh
. However, I cannot say at the moment why we don't need this in Indy Plenum. I'll do further investigations and please let me know your thoughts @WadeBarnes and @pSchlarb if you have an idea.
Perhaps an oversight.
This should fix the wrong dependency in the indy-node .deb package.
Signed-off-by: mgmgwi guido.wischrop@mgm-tp.com