https://bugzilla.redhat.com/show_bug.cgi?id=2079251



--- Comment #4 from Lumír Balhar <[email protected]> ---
Shorter version of `mkdir _build _build/doctrees` is `mkdir -p
_build/doctrees`.

Also, you can have only one line with this:

cp %{SOURCE1} _build/doctrees/libpq-%{libpq_ver}.sgml

instead of this:
cp %{SOURCE1} libpq.sgml
mv libpq.sgml _build/doctrees/libpq-%{libpq_ver}.sgml

You do not need the config file for pytest-asyncio, you can just use
`--asyncio-mode=auto` CLI argument for the %pytest command.

There is nothing in %doc in the %files section.

Also, I'd honestly skip building documentation. You can simply set PYTHONPATH
for sphinx-build instead of removing the imports from the config files but it
does not fully solve the problem because psycopg._dns needs dnspython and even
if dnspython is installed, the sphinx build fails because there is no DNS
configuration available. We can discuss it together tomorrow.


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2079251
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to