Fedora Prerequisites are (possibly) inaccurate#9137
Conversation
`python3-devel` is required to build the wheel for Twisted, otherwise it'll just fail. `psycopg2` is also required for Postgresql. I don't believe these come with the "Development Tools" group, but I might be mistaken.
|
@compu42 Can you sign-off on your commit? Thanks! |
|
Using Fedora 33 on ARM, I can confirm that Attempting to It also trips over matrix-org/python-unpaddedbase64#4: our And a few dependencies need I did not need to explicitly install I'll tidy those up and get this merged. |
|
Upon looking more closely at install.md, we have lots of very, very outdated and ill-maintained information in there. We should probably purge it and move most distro-specific information to the GitHub wiki or similar. |
|
I've continued this, cleaned it up, and pushed an additional commit over at #9322. Thank you, @compu42 ! |
python3-develis required to build the wheel for Twisted, otherwise it'll just fail.psycopg2is also required for Postgresql. I don't believe these come with the "Development Tools" group, but I might be mistaken.