Skip to content

Commit

Permalink
pythonPackages.qrcode: Fix "No module named pkg_resources" error
Browse files Browse the repository at this point in the history
  • Loading branch information
maralorn committed Nov 10, 2019
1 parent 4bdf29c commit 7fee1c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/qrcode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
, pillow
, pymaging_png
, mock
, setuptools
}:

buildPythonPackage rec {
Expand All @@ -16,7 +17,7 @@ buildPythonPackage rec {
sha256 = "505253854f607f2abf4d16092c61d4e9d511a3b4392e60bff957a68592b04369";
};

propagatedBuildInputs = [ six pillow pymaging_png ];
propagatedBuildInputs = [ six pillow pymaging_png setuptools ];
checkInputs = [ mock ];

meta = with stdenv.lib; {
Expand Down

0 comments on commit 7fee1c6

Please sign in to comment.