add missing requirements
This commit is contained in:
parent
f8717dcf34
commit
46fa295bfc
@ -24,7 +24,7 @@ URL: https://github.com/containers/%{pypi_name}-py
|
|||||||
Source0: %{url}/releases/download/v%{built_tag_strip}/%{pypi_name}-%{version}.tar.gz
|
Source0: %{url}/releases/download/v%{built_tag_strip}/%{pypi_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%desc
|
%desc
|
||||||
|
|
||||||
%package -n python%{python3_pkgversion}-%{pypi_name}
|
%package -n python%{python3_pkgversion}-%{pypi_name}
|
||||||
@ -52,8 +52,10 @@ Requires: python%{python3_pkgversion}-xdg
|
|||||||
BuildRequires: python%{python3_pkgversion}-pyxdg
|
BuildRequires: python%{python3_pkgversion}-pyxdg
|
||||||
Requires: python%{python3_pkgversion}-pyxdg
|
Requires: python%{python3_pkgversion}-pyxdg
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fedora} == 35
|
%if 0%{?fedora} >= 35
|
||||||
|
BuildRequires: python%{python3_pkgversion}-requests
|
||||||
BuildRequires: python%{python3_pkgversion}-toml
|
BuildRequires: python%{python3_pkgversion}-toml
|
||||||
|
Requires: python%{python3_pkgversion}-requests
|
||||||
Requires: python%{python3_pkgversion}-toml
|
Requires: python%{python3_pkgversion}-toml
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user