Fix erroneous dependency names
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
Name: python-%{canonical_pypi_name}
|
||||
Version: %{pypi_version}
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: YAML 1.2 loader/dumper package for Python
|
||||
|
||||
License: MIT
|
||||
@@ -26,7 +26,7 @@ It is a derivative of Kirill Simonov’s PyYAML 3.11}
|
||||
Summary: %{summary}
|
||||
%{?python_provide:%python_provide python%{python3_pkgversion}-%{canonical_pypi_name}}
|
||||
|
||||
Requires: python%{python3_version}dist(ruamel-yaml-clib) >= 0.2.6
|
||||
Requires: python%{python3_version}dist(ruamel.yaml.clib) >= 0.2.6
|
||||
|
||||
%description -n python%{python3_pkgversion}-%{canonical_pypi_name} %_description
|
||||
|
||||
@@ -50,6 +50,9 @@ export RUAMEL_NO_PIP_INSTALL_CHECK=1
|
||||
%{python3_sitelib}/%{pypi_name}-%{pypi_version}-py%{python3_version}.egg-info
|
||||
|
||||
%changelog
|
||||
* Wed Apr 20 2022 Daniel Uvehag <ufven+pkgs@protonmail.com> - 0.17.21-3
|
||||
- Fix erroneous dependency names
|
||||
|
||||
* Wed Apr 20 2022 Daniel Uvehag <ufven+pkgs@protonmail.com> - 0.17.21-2
|
||||
- Fix canonical name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user