| |
@@ -147,6 +147,9 @@
|
| |
%endif
|
| |
Requires: python%{python3_pkgversion}-dateutil
|
| |
Requires: python%{python3_pkgversion}-six
|
| |
+ # Since we don't have metadata here, provide the 'normal' python provides manually.
|
| |
+ Provides: python%{python3_version}dist(%{name}) = %{version}
|
| |
+ Provides: python%{python3_pkgversion}dist(%{name}) = %{version}
|
| |
|
| |
%description -n python%{python3_pkgversion}-%{name}
|
| |
desc
|
| |
Fixes: https://pagure.io/koji/issue/2666