mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
python310Packages.btchip-python: Rename from btchip
This commit is contained in:
parent
a6ec7499f1
commit
10028d9a58
@ -38,7 +38,7 @@ python3Packages.buildPythonApplication rec {
|
||||
cython
|
||||
trezor
|
||||
keepkey
|
||||
btchip
|
||||
btchip-python
|
||||
hidapi
|
||||
pyopenssl
|
||||
pyscard
|
||||
|
@ -71,7 +71,7 @@ python3.pkgs.buildPythonApplication {
|
||||
requests
|
||||
tlslite-ng
|
||||
# plugins
|
||||
btchip
|
||||
btchip-python
|
||||
ckcc-protocol
|
||||
keepkey
|
||||
trezor
|
||||
|
@ -54,7 +54,7 @@ python3.pkgs.buildPythonApplication {
|
||||
requests
|
||||
tlslite-ng
|
||||
# plugins
|
||||
btchip
|
||||
btchip-python
|
||||
ckcc-protocol
|
||||
keepkey
|
||||
trezor
|
||||
|
@ -71,7 +71,7 @@ python3.pkgs.buildPythonApplication {
|
||||
requests
|
||||
tlslite-ng
|
||||
# plugins
|
||||
btchip
|
||||
btchip-python
|
||||
ckcc-protocol
|
||||
keepkey
|
||||
trezor
|
||||
|
@ -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
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user