diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-22 12:35:28 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-22 12:35:28 +0000 |
commit | ce69ea92301979176a5c50a43f91556a50a440a3 (patch) | |
tree | 8b065af643cd5c1b033664b883314f4134bbcef5 /python-hatchling.spec | |
parent | 11eaf7db9713cc1701e0808594ff197094f5b57f (diff) |
automatic import of python-hatchlingopeneuler24.03_LTS
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.} |