On 7/9/21 10:41 AM, Tomas Hrnciar wrote:
%pyproject_buildrequires macro can now optionally take file names as positionalargumentsand generate additionalbuilddependencies from them. You can supply multiple file names to %pyproject_buildrequires macro. E.g.: | | | %generate_buildrequires| |%pyproject_buildrequires requirements/tests.in http://tests.in requirements/docs.in http://docs.in| | | This adds the requirements listed in the files as python3dist(...) BuildRequires. Other usages of %pyproject_buildrequires remains the same as before.
This is *super* exciting and another time saver. Thanks to everyone involved in making this happen! 🎉