Add systemd-devel to neutron_devel_distro_packages

From upper-contraints we pull in systemd-python, which in turn
complains about missing libsystemd or libsystemd-journal

Change-Id: Ieaad930cf022e2d5ef4a6b580db16ad6454569e5
This commit is contained in:
Erik Berg 2020-03-23 10:24:49 +01:00
parent c474abfc59
commit bcc7c496be
3 changed files with 3 additions and 0 deletions

View File

@ -68,6 +68,7 @@ neutron_ovn_northd_distro_packages:
neutron_devel_distro_packages:
- git-core
- libsystemd-dev
- python-httplib2
neutron_service_distro_packages:

View File

@ -49,6 +49,7 @@ neutron_ovn_northd_distro_packages:
neutron_devel_distro_packages:
- git
- systemd-devel
neutron_service_distro_packages:
- openstack-neutron

View File

@ -68,6 +68,7 @@ neutron_ovn_northd_distro_packages:
neutron_devel_distro_packages:
- git-core
- systemd-devel
- python-httplib2
neutron_service_distro_packages: