mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
fix: umstellar (#979)
Remove version pin on python3-setuptools Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
@@ -6,7 +6,7 @@ Name: python-%{pypi_name}
|
||||
Version: 0.0.3
|
||||
Provides: python3-%{pypi_name} = %{version}-%{release}
|
||||
Provides: %{pypi_name} = %{version}-%{release}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Ultramarine Quickstart Tool
|
||||
|
||||
License: None
|
||||
@@ -31,7 +31,6 @@ Summary: %{summary}
|
||||
|
||||
Requires: python3dist(requests)
|
||||
Requires: python3dist(setuptools)
|
||||
Requires: python3dist(setuptools) = 67.7.2
|
||||
Requires: anaconda-core
|
||||
%description -n python3-%{pypi_name}
|
||||
|
||||
@@ -60,4 +59,4 @@ install -D -m 644 example.ks %{buildroot}%{_datadir}/anaconda/post-scripts/stell
|
||||
|
||||
%changelog
|
||||
* Fri Nov 10 2023 Cappy Ishihara <cappy@cappuchino.xyz> - 0.0.1-1
|
||||
- Initial package.
|
||||
- Initial package.
|
||||
|
||||
Reference in New Issue
Block a user