python310Packages.btchip-python: Rename from btchip

This commit is contained in:
Martin Weinelt 2023-03-03 19:36:49 +01:00
parent a6ec7499f1
commit 10028d9a58
7 changed files with 6 additions and 5 deletions

View File

@ -38,7 +38,7 @@ python3Packages.buildPythonApplication rec {
cython
trezor
keepkey
btchip
btchip-python
hidapi
pyopenssl
pyscard

View File

@ -71,7 +71,7 @@ python3.pkgs.buildPythonApplication {
requests
tlslite-ng
# plugins
btchip
btchip-python
ckcc-protocol
keepkey
trezor

View File

@ -54,7 +54,7 @@ python3.pkgs.buildPythonApplication {
requests
tlslite-ng
# plugins
btchip
btchip-python
ckcc-protocol
keepkey
trezor

View File

@ -71,7 +71,7 @@ python3.pkgs.buildPythonApplication {
requests
tlslite-ng
# plugins
btchip
btchip-python
ckcc-protocol
keepkey
trezor

View File

@ -47,6 +47,7 @@ mapAliases ({
BlinkStick = blinkstick; # added 2023-02-19
blockdiagcontrib-cisco = throw "blockdiagcontrib-cisco is not compatible with blockdiag 2.0.0 and has been removed."; # added 2020-11-29
bsblan = python-bsblan; # added 2022-11-04
btchip = btchip-python; # added 2023-03-03
bt_proximity = bt-proximity; # added 2021-07-02
BTrees = btrees; # added 2023-02-19
carrot = throw "carrot has been removed, as its development was discontinued in 2012"; # added 2022-01-18

View File

@ -1469,7 +1469,7 @@ self: super: with self; {
bsuite = callPackage ../development/python-modules/bsuite { };
btchip = callPackage ../development/python-modules/btchip { };
btchip-python = callPackage ../development/python-modules/btchip-python { };
bthome-ble = callPackage ../development/python-modules/bthome-ble { };