From a0042be4160b593dcc30e5cab5dbe7719b591448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Thu, 21 Nov 2019 15:51:48 +0100 Subject: [PATCH] Enable automated python dependecies generator This is still needed for Fedora 29 and RHEL 8. --- python-nitrate.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-nitrate.spec b/python-nitrate.spec index 032f340..6fe3d5f 100644 --- a/python-nitrate.spec +++ b/python-nitrate.spec @@ -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 @@ -126,6 +128,7 @@ pathfix.py -pni "%{__python3} %{py3_shbang_opts}i" %{buildroot}%{_bindir}/nitrat %changelog * Thu Nov 21 2019 Petr Šplíchal - 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 - 1.5-3 - For older releases build both python2 and python3 packages