Clean up debian blazar_distro_packages

Sync packages instaklled for debian and redhat. We don't need these
packages to be installed to all blazar containers instead of being devel
ones.

Change-Id: I2f49f5c0badb730cafef6b53c9c99db362285dd8
This commit is contained in:
Dmitriy Rabotyagov 2021-09-21 14:12:16 +03:00
parent f8a2116875
commit d4ca9d3483
2 changed files with 2 additions and 11 deletions

View File

@ -18,20 +18,10 @@ cache_timeout: 600
blazar_distro_packages:
- git
- gcc
- python3-dev
- python3-antlr3
- libxml2
- libxslt1-dev
- libzip-dev
- build-essential
- libssl-dev
- libffi-dev
- python3-setuptools
- python3-mysqldb
- python3-systemd
blazar_devel_distro_packages:
- build-essential
- libxml2-dev
- libsystemd-dev
- pkg-config

View File

@ -22,3 +22,4 @@ blazar_distro_packages:
blazar_devel_distro_packages:
- libxml2-devel
- systemd-devel