diff --git a/python-subprocess-tee.changes b/python-subprocess-tee.changes index 6e8e6bc..53e7656 100644 --- a/python-subprocess-tee.changes +++ b/python-subprocess-tee.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 31 07:50:38 UTC 2022 - Sebastian Wagner + +- remove dependency generator, as it is not adviced to do so +- add setuptools_scm as dependency to fix the version number + ------------------------------------------------------------------- Tue Mar 15 20:31:36 UTC 2022 - Sebastian Wagner diff --git a/python-subprocess-tee.spec b/python-subprocess-tee.spec index 69e3323..5a73541 100644 --- a/python-subprocess-tee.spec +++ b/python-subprocess-tee.spec @@ -24,17 +24,16 @@ Summary: Captures the output of subprocesses in real-time License: MIT URL: https://github.com/pycontribs/subprocess-tee Source: https://files.pythonhosted.org/packages/source/s/subprocess-tee/subprocess-tee-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module pip} -BuildRequires: %{python_module wheel} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools_scm} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} +BuildRequires: python-rpm-macros # SECTION test BuildRequires: %{python_module enrich} # /SECTION BuildRequires: fdupes -BuildRequires: python-rpm-generators -%{?python_enable_dependency_generator} BuildArch: noarch %python_subpackages @@ -62,7 +61,8 @@ to provide instant feedback (progress) related to what is happening. %pytest -k 'not test_molecule' %files %{python_files} -%{python_sitelib}/subprocess_tee* +%{python_sitelib}/subprocess_tee/ +%{python_sitelib}/subprocess_tee-%{version}*-info %doc README.md %license LICENSE