pythonPackages.keepkey: fix impossible constraint

This commit is contained in:
rnhmjoj
2017-05-30 21:36:31 +02:00
parent fe98f01da3
commit b2a8b7df59
+5
View File
@@ -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;