Merge branch '17047-centos-remove-rh-python-dependencies' into master
[arvados.git] / build / run-library.sh
index a16535654f02aeed04991143d76c0abd734d4163..b74ef3ae3092fd81e7bc72a5dffa212d94c16a84 100755 (executable)
@@ -472,12 +472,7 @@ fpm_build_virtualenv () {
   case "$PACKAGE_TYPE" in
     python3)
         python=python3
-        if [[ "$FORMAT" != "rpm" ]]; then
-          pip=pip3
-        else
-          # In CentOS, we use a different mechanism to get the right version of pip
-          pip=pip
-        fi
+        pip=pip3
         PACKAGE_PREFIX=$PYTHON3_PKG_PREFIX
         ;;
   esac