#29 Enable runtime dependencies when built without tests
Merged 3 years ago by churchyard. Opened 3 years ago by thrnciar.
rpms/ thrnciar/python-sphinx add-r-option-to-pyproject-buildrequires  into  rawhide

file modified
+1 -1
@@ -256,7 +256,7 @@ 

  

  

  %generate_buildrequires

- %pyproject_buildrequires %{?with_tests:-x test}

+ %pyproject_buildrequires -r %{?with_tests:-x test}

  

  

  %build

no initial comment

Build succeeded.

Please add rationale to the commit message. E.g. something like "the runtime requirements are also needed when building without tests, because in-tree sphinx is used to build the documentation".

rebased onto d88a5eebff2d6624692485f65b8c6f62fe86727f

3 years ago

rebased onto 1277057

3 years ago

I have updated the commit message.

Pull-Request has been merged by churchyard

3 years ago

Build succeeded.

Metadata