From bfb5022b8de7e4d6ea101d02e92658a225c4e588 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 17 Feb 2020 15:42:49 +0100 Subject: [PATCH] Added hard dependencies --- slackbuild/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/slackbuild/README b/slackbuild/README index ef10d2b7..c0f6b174 100644 --- a/slackbuild/README +++ b/slackbuild/README @@ -4,6 +4,10 @@ computes dependencies and figures out what things should occur to install packages. Slpkg makes it easier to maintain groups of machines without having to manually update. +Hard dependencies: + python3, python-urllib3 + + Optional dependencies: python3-pythondialog (for dialog box interface) pygraphviz (for drawing dependencies diagram)