From cec53b4e1e0fe226277cba6057686dd29ae21a7d Mon Sep 17 00:00:00 2001
From: Dennis Ahrens <dennis.ahrens@hs-hannover.de>
Date: Mon, 25 Oct 2021 12:44:15 +0200
Subject: [PATCH] Do not ship python-netifaces anymore

... since we arrived on py3. FreeBSD was removedas well.
---
 hshbase/pythonpackages.sls | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/hshbase/pythonpackages.sls b/hshbase/pythonpackages.sls
index aca4068..50b67a3 100644
--- a/hshbase/pythonpackages.sls
+++ b/hshbase/pythonpackages.sls
@@ -1,17 +1,5 @@
 # Always ships this packages - we need them for grains
-# TODO: Remove the python- versions as soon as we do not have py2 in the wild anymore
-{% if grains['os'] == 'Debian' and grains['oscodename'] != 'squeeze' or grains['os'] == 'Ubuntu' %}
 hsh_python_packages_salt:
   pkg.installed:
     - pkgs:
-      - python-netifaces
       - python3-netifaces
-
-{% elif grains['os'] == 'FreeBSD' %}
-hsh_python_packages_salt:
-  pkg.installed:
-    - pkgs:
-      - net/py-netifaces
-      - py27-psutil
-
-{% endif %}
-- 
GitLab