]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
build_utils: Start using pip 20.3.4 instead of 10.0.0 1775/head
authorDavid Galloway <dgallowa@redhat.com>
Thu, 18 Mar 2021 19:09:20 +0000 (15:09 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 18 Mar 2021 20:29:03 +0000 (16:29 -0400)
commit0a3d75819cdd97fd796b849f9d76ed7c6dfd1fad
tree17d34d05dc94473c53e6c22f197bc73bbb086915
parentd1f3a6d65bdc4453d58f76c197cf38bc687204e2
build_utils: Start using pip 20.3.4 instead of 10.0.0

Started seeing
```
+ /tmp/venv.ivc8u2qcCO/bin/pip install --no-binary=:all: --upgrade --exists-action=i --find-links=file:///home/jenkins-build/.cache/pip --no-index 'jenkins-job-builder>=3.5.0'
Looking in links: file:///home/jenkins-build/.cache/pip
Collecting jenkins-job-builder>=3.5.0
Collecting six>=1.9.0 (from jenkins-job-builder>=3.5.0)
Collecting PyYAML<6,>=3.10.0 (from jenkins-job-builder>=3.5.0)
  Could not find a version that satisfies the requirement wheel (from versions: )
No matching distribution found for wheel
```

Even 21.0.1 on Ubuntu 16.04 was failing.  It's just time to pin a newer version.

Signed-off-by: David Galloway <dgallowa@redhat.com>
scripts/build_utils.sh