X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/479b879e96bf60332b9a436e4ef4e5de517f028b..7ff8f285eb1ff374091e2d8e8e23f36d8b15a775:/build/run-library.sh diff --git a/build/run-library.sh b/build/run-library.sh index b75b6cca78..f8e5129dae 100755 --- a/build/run-library.sh +++ b/build/run-library.sh @@ -574,7 +574,7 @@ fpm_build_virtualenv () { cd build/usr/share/$python/dist/$PYTHON_PKG/ # Replace the shebang lines in all python scripts, and handle the activate - # scripts too This is a functional replacement of the 237 line + # scripts too. This is a functional replacement of the 237 line # virtualenv_tools.py script that doesn't work in python3 without serious # patching, minus the parts we don't need (modifying pyc files, etc). for binfile in `ls bin/`; do @@ -632,7 +632,7 @@ fpm_build_virtualenv () { COMMAND_ARR+=('--rpm-auto-add-directories') fi - if [[ "$PKG" == "arvados-python-client" ]]; then + if [[ "$PKG" == "arvados-python-client" ]] || [[ "$PKG" == "arvados-fuse" ]]; then if [[ "$python" == "python2.7" ]]; then COMMAND_ARR+=('--conflicts' "$PYTHON3_PKG_PREFIX-$PKG") else