Docs: Remove one more forgotten %pyproject_buildrequires -r example

This commit is contained in:
Miro Hrončok 2022-09-12 22:34:49 +02:00
parent 66558cf4d1
commit a3e31cca28

View File

@ -152,7 +152,7 @@ or together with `-w`.
Additionally to generated requirements you can supply multiple file names to `%pyproject_buildrequires` macro.
Dependencies will be loaded from them:
%pyproject_buildrequires -r requirements/tests.in requirements/docs.in requirements/dev.in
%pyproject_buildrequires requirements/tests.in requirements/docs.in requirements/dev.in
For packages not using build system you can use `-N` to entirely skip automatical
generation of requirements and install requirements only from manually specified files.