File: use-pip-package-15400e8fe8cbb275.yaml

package info (click to toggle)
puppet-module-tempest 25.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,000 kB
  • sloc: ruby: 1,268; python: 38; sh: 10; makefile: 10
file content (8 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    The ``tempest`` class now installs the pip command using the distribution
    package instead of the ``easy_install`` command for CentOS, because
    the command is no longer provided by the setuptool package now. Note that
    RHEL does not have the pip package so the package installation is skipped.
    Make sure the pip command is installed before the class is executed.