From 7488dea00e032fcd7fa2f644067588e92eac9b38 Mon Sep 17 00:00:00 2001 From: Shay Nehmad Date: Fri, 10 Apr 2020 16:14:35 +0300 Subject: [PATCH] Fixed comment format --- .../monkey_island/deb-package/DEBIAN_MONGO/control | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/monkey/monkey_island/deb-package/DEBIAN_MONGO/control b/monkey/monkey_island/deb-package/DEBIAN_MONGO/control index 62efa5077..ea040e2ea 100644 --- a/monkey/monkey_island/deb-package/DEBIAN_MONGO/control +++ b/monkey/monkey_island/deb-package/DEBIAN_MONGO/control @@ -5,12 +5,10 @@ Homepage: https://www.infectionmonkey.com Priority: optional Version: 1.0 Description: Guardicore Infection Monkey Island installation package - -# | Dependency | Why is it required | -# |----------------- |--------------------------------------------------------------------------------------------------- | -# | openssl | Server certificate generation | -# | python3.7-dev | Server runtime | -# | python3.7-venv | For creating virtual env to install all the server pip deps (don't want to pollute system python) | -# | python3-venv | python3.7-venv doesn't work without it since you need ensure-pip. | -# | build-essential | for compiling python dependencies that don't come in a pre-compiled wheel, like `netifaces` | +# Dependency Why is it required +# openssl Server certificate generation +# python3.7-dev Server runtime +# python3.7-venv For creating virtual env to install all the server pip deps (don't want to pollute system python) +# python3-venv python3.7-venv doesn't work without it since you need ensure-pip +# build-essential for compiling python dependencies that don't come in a pre-compiled wheel, like `netifaces` Depends: openssl, python3.7-dev, python3.7-venv, python3-venv, build-essential