pythonPackages.qrcode: disable for python 3.x
This commit is contained in:
parent
18ae7a182b
commit
a086b364da
1 changed files with 4 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue