BuildRequires: python2-ordered-set
This commit is contained in:
parent
f8dea06687
commit
e295bd363a
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 3.12
|
Version: 3.12
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: GPLv2 and MIT
|
License: GPLv2 and MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Summary: Python utilities for manipulating kickstart files.
|
Summary: Python utilities for manipulating kickstart files.
|
||||||
@ -28,7 +28,7 @@ BuildRequires: gettext
|
|||||||
BuildRequires: python2-coverage
|
BuildRequires: python2-coverage
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python2-nose
|
BuildRequires: python2-nose
|
||||||
BuildRequires: python-ordered-set
|
BuildRequires: python2-ordered-set
|
||||||
BuildRequires: python2-setuptools
|
BuildRequires: python2-setuptools
|
||||||
BuildRequires: python2-requests
|
BuildRequires: python2-requests
|
||||||
%endif
|
%endif
|
||||||
@ -142,6 +142,9 @@ make PYTHON=%{__python3} test
|
|||||||
%{python3_sitelib}/pykickstart*.egg-info
|
%{python3_sitelib}/pykickstart*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 18 2018 David Cantrell <dcantrell@redhat.com> - 3.12-5
|
||||||
|
- BuildRequires: python2-ordered-set
|
||||||
|
|
||||||
* Mon Apr 16 2018 David Cantrell <dcantrell@redhat.com> - 3.12-4
|
* Mon Apr 16 2018 David Cantrell <dcantrell@redhat.com> - 3.12-4
|
||||||
- Fix python2 subpackage builds. (#1564347)
|
- Fix python2 subpackage builds. (#1564347)
|
||||||
- Disable tests by default because they fail in mock right now.
|
- Disable tests by default because they fail in mock right now.
|
||||||
|
Loading…
Reference in New Issue
Block a user