pythonPackages.qrcode: disable for python 3.x

This commit is contained in:
Frederik Rietdijk 2016-01-23 20:50:59 +01:00
parent 18ae7a182b
commit a086b364da

View file

@ -19950,6 +19950,10 @@ in modules // {
sha256 = "0skzrvhjnnacrz52jml4i050vdx5lfcd3np172srxjaghdgfxg9k";
};
# Errors in several tests:
# TypeError: must be str, not bytes
disabled = isPy3k;
propagatedBuildInputs = with self; [ six pillow ];
meta = {