Merge pull request #112706 from r-ryantm/auto-update/python3.7-btchip-python
python37Packages.btchip: 0.1.31 -> 0.1.32
This commit is contained in:
commit
caffc13ce4
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "btchip-python";
|
pname = "btchip-python";
|
||||||
version = "0.1.31";
|
version = "0.1.32";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "4167f3c6ea832dd189d447d0d7a8c2a968027671ae6f43c680192f2b72c39b2c";
|
sha256 = "34f5e0c161c08f65dc0d070ba2ff4c315ed21c4b7e0faa32a46862d0dc1b8f55";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ hidapi pyscard ecdsa ];
|
propagatedBuildInputs = [ hidapi pyscard ecdsa ];
|
||||||
|
@ -14,6 +14,8 @@ buildPythonPackage rec {
|
||||||
# tests requires hardware
|
# tests requires hardware
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "btchip.btchip" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python communication library for Ledger Hardware Wallet products";
|
description = "Python communication library for Ledger Hardware Wallet products";
|
||||||
homepage = "https://github.com/LedgerHQ/btchip-python";
|
homepage = "https://github.com/LedgerHQ/btchip-python";
|
||||||
|
|
Loading…
Reference in New Issue