diff options
Diffstat (limited to 'python-hatchling.spec')
-rw-r--r-- | python-hatchling.spec | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/python-hatchling.spec b/python-hatchling.spec index 8335716..b888e39 100644 --- a/python-hatchling.spec +++ b/python-hatchling.spec @@ -7,8 +7,23 @@ URL: https://pypi.org/project/hatchling Source0: https://files.pythonhosted.org/packages/d8/a1/7dd1caa87c0b15c04c6291e25112e5d082cce02ee87f221a8be1d594f857/hatchling-1.21.1.tar.gz BuildArch: noarch -BuildRequires: python3-devel python3-pip python3-hatch-vcs python3-pathspec -BuildRequires: python3-pluggy python3-tomli python3-packaging python3-trove-classifiers +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-pbr +BuildRequires: python3-wheel +BuildRequires: python3-pathspec +BuildRequires: python3-pluggy +BuildRequires: python3-packaging +BuildRequires: python3-trove-classifiers +BuildRequires: python3-pluggy +BuildRequires: python3-editables + +Requires: python3-editables +Requires: python3-packaging +Requires: python3-pathspec +Requires: python3-pluggy +Requires: python3-trove-classifiers %global common_description %{expand: This is the extensible, standards compliant build backend used by Hatch.} |