mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 02:03:01 +00:00
pythonPackages.qrcode: disable for python 3.x
This commit is contained in:
parent
18ae7a182b
commit
a086b364da
@ -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 New Issue
Block a user