From 90ff95b3fab2e09a88f782772c17fd04a09c3546 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 30 Nov 2022 11:43:57 -0500 Subject: [PATCH] Drop default argument -r for pyproject_buildrequires --- python-OWSLib.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-OWSLib.spec b/python-OWSLib.spec index b87aaed..3fa9b99 100644 --- a/python-OWSLib.spec +++ b/python-OWSLib.spec @@ -90,7 +90,7 @@ echo 'nbsphinx_allow_errors = True' >> docs/conf.py %generate_buildrequires -%pyproject_buildrequires -r requirements-dev-filtered.txt +%pyproject_buildrequires requirements-dev-filtered.txt %build