pythonPackages.keepkey: fix impossible constraint

This commit is contained in:
rnhmjoj 2017-05-30 19:21:34 +02:00
parent fe98f01da3
commit b2a8b7df59
No known key found for this signature in database
GPG key ID: 362BB82B7E496B7C

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;