From f8e0c247deb5f3ad922d0914c41fff6dab0590bf Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sun, 25 Jul 2021 17:37:01 -0400 Subject: [PATCH] =?UTF-8?q?Change=20=E2=80=9Crequirement=20file=E2=80=9D?= =?UTF-8?q?=20to=20match=20=E2=80=9Crequirements=20file[s]=E2=80=9D=20else?= =?UTF-8?q?where?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject_buildrequires.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject_buildrequires.py b/pyproject_buildrequires.py index 624e995..3b51ba8 100644 --- a/pyproject_buildrequires.py +++ b/pyproject_buildrequires.py @@ -344,7 +344,7 @@ def generate_requires( convert_requirements_txt(req_file, pathlib.Path(req_file.name)), source=f'requirements file {req_file.name}' ) - requirements.check(source='all requirement files') + requirements.check(source='all requirements files') if use_build_system: backend = get_backend(requirements) generate_build_requirements(backend, requirements)