Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
gns3-gui: Add the missing setuptools dependency
Browse files Browse the repository at this point in the history
Fixes #81048.
Note: This commit is not cherry-picked, but required to fix:
ImportError: No module named pkg_resources
  • Loading branch information
primeos committed Feb 26, 2020
1 parent b7bbc6d commit d0b3ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/networking/gns3/gui.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ in pythonPackages.buildPythonPackage rec {
propagatedBuildInputs = with pythonPackages; [
raven psutil jsonschema # tox for check
# Runtime dependencies
sip (pyqt5.override { withWebSockets = true; })
sip (pyqt5.override { withWebSockets = true; }) setuptools
] ++ stdenv.lib.optional (!stable) pythonPackages.distro;

doCheck = false; # Failing
Expand Down

0 comments on commit d0b3ab3

Please sign in to comment.