Fix a typo

Related: rhbz#1950291
This commit is contained in:
Miro Hrončok 2021-06-23 10:26:28 +00:00
parent 73495ac0fe
commit a8147ee22b
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ def generate_run_requirements(backend, requirements):
if not prepare_metadata:
raise ValueError(
'build backend cannot provide build metadata '
+ '(incl. runtime requirements) before buld'
+ '(incl. runtime requirements) before build'
)
with hook_call():
dir_basename = prepare_metadata('.')