Adjust names of packages that went from python-foo to python2-foo and broke our playbook
This commit is contained in:
parent
ed81be3996
commit
e7b862cc86
1 changed files with 5 additions and 5 deletions
|
@ -27,7 +27,7 @@ slave_packages_common:
|
||||||
- python-nose
|
- python-nose
|
||||||
- python-BeautifulSoup
|
- python-BeautifulSoup
|
||||||
- python-fedora
|
- python-fedora
|
||||||
- python-unittest2
|
- python2-unittest2
|
||||||
- python-pep8
|
- python-pep8
|
||||||
- python-psycopg2
|
- python-psycopg2
|
||||||
- postgresql-devel # Required to install python-psycopg2 w/in a venv
|
- postgresql-devel # Required to install python-psycopg2 w/in a venv
|
||||||
|
@ -45,14 +45,14 @@ slave_packages_common:
|
||||||
- openssl-devel # Required by bodhi/cffi/cryptography
|
- openssl-devel # Required by bodhi/cffi/cryptography
|
||||||
- redis # Required by copr
|
- redis # Required by copr
|
||||||
- createrepo_c # Required by bodhi2
|
- createrepo_c # Required by bodhi2
|
||||||
- python-createrepo_c # Required by bodhi2
|
- python2-createrepo_c # Required by bodhi2
|
||||||
- python-straight-plugin
|
- python-straight-plugin
|
||||||
- pyflakes # Requested by user rholy (ticket #4175)
|
- pyflakes # Requested by user rholy (ticket #4175)
|
||||||
- koji # Required by koschei (ticket #4852) and pyrpkg (ticket #4838)
|
- koji # Required by koschei (ticket #4852) and pyrpkg (ticket #4838)
|
||||||
- rpm-python # Required by koschei (ticket #4852)
|
- rpm-python # Required by koschei (ticket #4852)
|
||||||
- libgit2-devel # Required by pagure
|
- libgit2-devel # Required by pagure
|
||||||
- python-pygit2 # Required by pagure
|
- python2-pygit2 # Required by pagure
|
||||||
- osbs # Required by pyrpkg (ticket #4838)
|
- osbs-client # Required by pyrpkg (ticket #4838)
|
||||||
- intltool # Required by fedora-comps (ticket #5307)
|
- intltool # Required by fedora-comps (ticket #5307)
|
||||||
- fedpkg # Required by fedora-kickstarts (ticket #5406)
|
- fedpkg # Required by fedora-kickstarts (ticket #5406)
|
||||||
|
|
||||||
|
@ -161,7 +161,7 @@ slave_packages_fedora:
|
||||||
- krb5-server
|
- krb5-server
|
||||||
- socket_wrapper
|
- socket_wrapper
|
||||||
- nss_wrapper
|
- nss_wrapper
|
||||||
- python-requests-kerberos
|
- python2-requests-kerberos
|
||||||
- krb5-workstation
|
- krb5-workstation
|
||||||
- python-sssdconfig
|
- python-sssdconfig
|
||||||
- mod_ssl
|
- mod_ssl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue