Compare commits

..

1 Commits

Author SHA256 Message Date
e-minguez
8cf9f54edf feat: Package pyhelm3 as requirement for c-v
Some checks failed
Check Release Manifest Local Charts Versions / Check Release Manifest Local Charts Versions (pull_request) Successful in 9s
Build PR in OBS / Build PR in OBS (pull_request_target) Failing after 2s
2025-07-29 17:27:30 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -20,8 +20,8 @@ Release: 0
Summary: Python library for managing Helm releases using Helm 3
License: Apache-2.0
URL: https://github.com/azimuth-cloud/pyhelm3
#!RemoteAsset: https://github.com/azimuth-cloud/pyhelm3/archive/refs/tags/${version}.tar.gz
Source: pyhelm3-%{version}.tar.gz
#!RemoteAsset
Source: https://files.pythonhosted.org/packages/source/p/pyhelm3/pyhelm3-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 42}