From 78536f8a5ddb8858ae5e757f86ee659f9d2516f2 Mon Sep 17 00:00:00 2001 From: Accendit <36697826+Accendit@users.noreply.github.com> Date: Thu, 7 May 2020 15:39:12 +0200 Subject: [PATCH] Added Python package distutils --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index 27c112e..e51d64a 100644 --- a/Pipfile +++ b/Pipfile @@ -7,6 +7,7 @@ verify_ssl = true [packages] ansible = "*" +distutils = "*" [requires] python_version = "3.8"