Fedora: Always install python3-devel

With the recent switch to py3 we need to ensure python3-devel is
installed on Fedora >= 29 before pip installing any dependencies.

Change-Id: I21417687db5b3827c5272ed22f6dc95db13f2870
This commit is contained in:
Lee Yarwood 2020-02-05 15:54:00 +00:00
parent 60a2a89232
commit 79ffa1f04f

View File

@ -27,6 +27,7 @@ pkgconfig
postgresql-devel # psycopg2
psmisc
pyOpenSSL # version in pip uses too much memory
python3-devel # f29,f30
python-devel
redhat-rpm-config # missing dep for gcc hardening flags, see rhbz#1217376
systemd-devel # for systemd-python