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"
|
# There are no actual tests: "ImportError: No module named tests"
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
# remove impossible dependency constraint
|
||||||
|
postPatch = ''
|
||||||
|
sed -i -e 's/hidapi==/hidapi>=/' setup.py
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "KeepKey Python client";
|
description = "KeepKey Python client";
|
||||||
homepage = https://github.com/keepkey/python-keepkey;
|
homepage = https://github.com/keepkey/python-keepkey;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user