pythonPackages.qrcode: fix dependencies

this also fix tests for python3
This commit is contained in:
Jörg Thalheim 2016-11-16 16:56:50 +01:00
parent ac8b3165b6
commit 2b31fecfd8
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -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";