Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b2055bd47 | |||
| ac35b045b8 | |||
| f7b4c0904d |
@@ -5,15 +5,33 @@ Summary: Test Management Tool
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/teemtee/tmt
|
||||
Source0: %{pypi_source tmt}
|
||||
#!RemoteAsset: sha256:470d17f9bbe6927c261433e00ee644dc5b79c83a0ab16b365942851ed4afeed4
|
||||
Source0: https://files.pythonhosted.org/packages/source/t/%{name}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel
|
||||
BuildSystem: pyproject
|
||||
|
||||
BuildRequires: pyproject-rpm-macros
|
||||
BuildRequires: pkgconfig(python3)
|
||||
BuildRequires: python3dist(click)
|
||||
BuildRequires: python3dist(fmf)
|
||||
BuildRequires: python3dist(hatch-vcs)
|
||||
BuildRequires: python3dist(hatchling)
|
||||
BuildRequires: python3dist(jinja2)
|
||||
BuildRequires: python3dist(pint)
|
||||
BuildRequires: python3dist(pip)
|
||||
BuildRequires: python3dist(pydantic)
|
||||
BuildRequires: python3dist(pygments)
|
||||
BuildRequires: python3dist(requests)
|
||||
BuildRequires: python3dist(ruamel-yaml)
|
||||
BuildRequires: python3dist(setuptools)
|
||||
BuildRequires: python3dist(urllib3)
|
||||
|
||||
|
||||
# For rst2man
|
||||
BuildRequires: python3-docutils
|
||||
|
||||
Requires: git-core rsync sshpass
|
||||
Requires: git-core rsync sshpass beakerlib util-linux
|
||||
|
||||
%if 0%{?fedora} < 40
|
||||
Obsoletes: python3-tmt < %{version}-%{release}
|
||||
|
||||
Reference in New Issue
Block a user