mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
pythonPackages.qrcode: fix dependencies
this also fix tests for python3
This commit is contained in:
parent
ac8b3165b6
commit
2b31fecfd8
1 changed files with 1 additions and 1 deletions
|
@ -25171,7 +25171,7 @@ in {
|
|||
sha256 = "0kljfrfq0c2rmxf8am57333ia41kd0snbm2rnqbdy816hgpcq5a1";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ six pillow ];
|
||||
propagatedBuildInputs = with self; [ six pillow pymaging_png ];
|
||||
|
||||
meta = {
|
||||
description = "Quick Response code generation for Python";
|
||||
|
|
Loading…
Reference in a new issue