Skip to content

Commit

Permalink
Merge pull request hyperledger#1126 from ArtObr/indy_1919_1
Browse files Browse the repository at this point in the history
INDY-1919: Fix for correct packaging
  • Loading branch information
Vyacheslav authored Jan 15, 2019
2 parents 8466ed7 + 23038e2 commit b32c9c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-scripts/ubuntu-1604/prepare-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ sed -i -r "s~indy-plenum-[a-z]+~indy-plenum~" "$repo/setup.py"
echo -e "Adapt the dependencies for the Canonical archive"
sed -i "s~python-dateutil~python3-dateutil~" "$repo/setup.py"
sed -i "s~timeout-decorator~python3-timeout-decorator~" "$repo/setup.py"
sed -i "s~distro~python3-distro~" "$repo/setup.py"

# create manifest file
repourl=$(git --git-dir $repo/.git --work-tree $repo config --get remote.origin.url)
Expand Down

0 comments on commit b32c9c0

Please sign in to comment.