diff --git a/hshbase/pythonpackages.sls b/hshbase/pythonpackages.sls
index aca406814cc1ae578d82c9b7451c939a47abf2c4..50b67a38dea5eb3621e960bbc671b0b5a2bed6ef 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 %}