mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 20:22:46 +00:00
add rpmdevtools as build dep for el5
9feb9cf4
added rpmdevtools as an install depedency;
it is also needed as a build dep for current functional tests.
This commit is contained in:
parent
a66aeb455d
commit
b3e0827d2c
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ RUN yum -y install git rpm-build \
|
|||
python-devel python-nose python-setuptools python-pep8 \
|
||||
python-pip \
|
||||
docbook-style-xsl \
|
||||
rpmdevtools \
|
||||
libxslt asciidoc tar createrepo which python-bugzilla
|
||||
|
||||
RUN pip-python install mock --upgrade
|
||||
|
|
|
@ -17,6 +17,7 @@ BuildRequires: python-setuptools
|
|||
BuildRequires: asciidoc
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: rpmdevtools
|
||||
|
||||
Requires: python-setuptools
|
||||
Requires: python-bugzilla
|
||||
|
|
Loading…
Add table
Reference in a new issue