X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ba2c87d3cad4f66afa26c0033fc70ce69ba10301..d3e236828617b778237b7ac9c91c62a25263e5c4:/build/run-library.sh diff --git a/build/run-library.sh b/build/run-library.sh index 06aec50501..1076095900 100755 --- a/build/run-library.sh +++ b/build/run-library.sh @@ -660,6 +660,10 @@ fpm_build_virtualenv () { COMMAND_ARR+=('--depends' "$i") done + for i in "${fpm_depends[@]}"; do + COMMAND_ARR+=('--replaces' "python-$PKG") + done + # make sure the systemd service file ends up in the right place # used by arvados-docker-cleaner if [[ -e "${systemd_unit}" ]]; then