mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
pythonPackages.keepkey: fix impossible constraint
This commit is contained in:
parent
fe98f01da3
commit
b2a8b7df59
@ -29674,6 +29674,11 @@ EOF
|
||||
# There are no actual tests: "ImportError: No module named tests"
|
||||
doCheck = false;
|
||||
|
||||
# remove impossible dependency constraint
|
||||
postPatch = ''
|
||||
sed -i -e 's/hidapi==/hidapi>=/' setup.py
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "KeepKey Python client";
|
||||
homepage = https://github.com/keepkey/python-keepkey;
|
||||
|
Loading…
Reference in New Issue
Block a user