diff options
-rw-r--r-- | python-hatchling.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python-hatchling.spec b/python-hatchling.spec index b888e39..bcfa390 100644 --- a/python-hatchling.spec +++ b/python-hatchling.spec @@ -18,12 +18,14 @@ BuildRequires: python3-packaging BuildRequires: python3-trove-classifiers BuildRequires: python3-pluggy BuildRequires: python3-editables +BuildRequires: python3-tomli Requires: python3-editables Requires: python3-packaging Requires: python3-pathspec Requires: python3-pluggy Requires: python3-trove-classifiers +Requires: python3-tomli %global common_description %{expand: This is the extensible, standards compliant build backend used by Hatch.} |