about summary refs log tree commit diff
path: root/pkgs/development/python-modules/generic/catch_conflicts.py
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/generic/catch_conflicts.py')
-rw-r--r--pkgs/development/python-modules/generic/catch_conflicts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/generic/catch_conflicts.py b/pkgs/development/python-modules/generic/catch_conflicts.py
index 35512bb44d358..bb82900c65a92 100644
--- a/pkgs/development/python-modules/generic/catch_conflicts.py
+++ b/pkgs/development/python-modules/generic/catch_conflicts.py
@@ -9,7 +9,7 @@ for f in sys.path:
     for req in pkg_resources.find_distributions(f):
         if req not in packages[req.project_name]:
             # some exceptions inside buildPythonPackage
-            if req.project_name in ['setuptools', 'pip']:
+            if req.project_name in ['setuptools', 'pip', 'wheel']:
                 continue
             packages[req.project_name].append(req)