mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
Add missing BuildRequires
Since our build process runs pylint, we need all Python dependencies installed at RPM creation time. This adds python-lxml and python-pyasn1 to BuildRequires. https://fedorahosted.org/freeipa/ticket/2538
This commit is contained in:
parent
a672483118
commit
a4394e5e4a
@ -76,6 +76,8 @@ BuildRequires: pylint
|
||||
BuildRequires: libipa_hbac-python
|
||||
BuildRequires: python-memcached
|
||||
BuildRequires: sssd >= 1.8.0
|
||||
BuildRequires: python-lxml
|
||||
BuildRequires: python-pyasn1 >= 0.0.9a
|
||||
|
||||
%description
|
||||
IPA is an integrated solution to provide centrally managed Identity (machine,
|
||||
@ -678,6 +680,9 @@ fi
|
||||
|
||||
%changelog
|
||||
|
||||
* Fri Mar 23 2012 Petr Viktorin <pviktori@redhat.com> - 2.99.0-24
|
||||
- Add python-lxml and python-pyasn1 to BuildRequires
|
||||
|
||||
* Wed Mar 19 2012 Martin Kosek <mkosek@redhat.com> - 2.99.0-23
|
||||
- Set min for bind-dyndb-ldap and bind to pick up new features and bug fixes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user