Skip to content

Commit

Permalink
Enable automated python dependecies generator
Browse files Browse the repository at this point in the history
This is still needed for Fedora 29 and RHEL 8.
  • Loading branch information
psss committed Nov 21, 2019
1 parent 85f648f commit a0042be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python-nitrate.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ BuildRequires: python2-setuptools
BuildRequires: python2-six
%endif

%{?python_enable_dependency_generator}

%global _description %{expand:
A Python interface to the Nitrate test case management system.
The package consists of a high-level Python module (provides
Expand Down Expand Up @@ -126,6 +128,7 @@ pathfix.py -pni "%{__python3} %{py3_shbang_opts}i" %{buildroot}%{_bindir}/nitrat
%changelog
* Thu Nov 21 2019 Petr Šplíchal <[email protected]> - 1.5-4
- Fix requires (no python2-gssapi and python2-psycopg2 in RHEL7).
- Enable automated python dependecies generator

* Wed Nov 20 2019 Petr Šplíchal <[email protected]> - 1.5-3
- For older releases build both python2 and python3 packages
Expand Down

0 comments on commit a0042be

Please sign in to comment.