Hi, my case study is nikola (a static pages generator). I am using the automatically generated dependencies but that only covers the Requires part of the spec file.
My question is if there are any tools that people use, working from the setup file, to generate the addition fields like the BuildRequires. In the installation instructions it says: """ Installation Instructions Assuming you have pip installed: pip install Nikola For optional features: pip install "Nikola[extras]" For tests: pip install "Nikola[extras,tests]" """ AFAIU the automatic generated dependencies take care of the first step. Is there any way, automatic or not, to generate the equivalent of pip install "Nikola[extras]"? Best regards, -- José Abílio _______________________________________________ python-devel mailing list -- python-devel@lists.fedoraproject.org To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org