Adjust jenkins packages more
This commit is contained in:
parent
d2f5969a59
commit
cf2faae734
1 changed files with 6 additions and 3 deletions
|
@ -27,7 +27,6 @@ slave_packages_common:
|
||||||
- python-nose
|
- python-nose
|
||||||
- python-BeautifulSoup
|
- python-BeautifulSoup
|
||||||
- python-fedora
|
- python-fedora
|
||||||
- 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,13 +44,11 @@ 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
|
||||||
- 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
|
||||||
- python2-pygit2 # Required by pagure
|
|
||||||
- osbs-client # 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)
|
||||||
|
@ -192,6 +189,9 @@ slave_packages_fedora:
|
||||||
- rubygem-thor
|
- rubygem-thor
|
||||||
- rubygems
|
- rubygems
|
||||||
- rubypick
|
- rubypick
|
||||||
|
- python2-unittest2
|
||||||
|
- python2-createrepo_c # Required by bodhi2
|
||||||
|
- python2-pygit2 # Required by pagure
|
||||||
|
|
||||||
# Packages installed only on CentOS Jenkins slaves
|
# Packages installed only on CentOS Jenkins slaves
|
||||||
slave_packages_centos:
|
slave_packages_centos:
|
||||||
|
@ -205,6 +205,9 @@ el7_only:
|
||||||
- python-hawkey # Required by koschei (ticket #4852)
|
- python-hawkey # Required by koschei (ticket #4852)
|
||||||
- python-librepo # Required by koschei (ticket #4852)
|
- python-librepo # Required by koschei (ticket #4852)
|
||||||
- nosync # for use in mock
|
- nosync # for use in mock
|
||||||
|
- python-unittest2
|
||||||
|
- python-createrepo_c # Required by bodhi2
|
||||||
|
- python-pygit2 # Required by pagure
|
||||||
|
|
||||||
# Packages only available in f23+
|
# Packages only available in f23+
|
||||||
f23_only:
|
f23_only:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue