mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +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
|
cython
|
||||||
trezor
|
trezor
|
||||||
keepkey
|
keepkey
|
||||||
btchip
|
btchip-python
|
||||||
hidapi
|
hidapi
|
||||||
pyopenssl
|
pyopenssl
|
||||||
pyscard
|
pyscard
|
||||||
|
@ -71,7 +71,7 @@ python3.pkgs.buildPythonApplication {
|
|||||||
requests
|
requests
|
||||||
tlslite-ng
|
tlslite-ng
|
||||||
# plugins
|
# plugins
|
||||||
btchip
|
btchip-python
|
||||||
ckcc-protocol
|
ckcc-protocol
|
||||||
keepkey
|
keepkey
|
||||||
trezor
|
trezor
|
||||||
|
@ -54,7 +54,7 @@ python3.pkgs.buildPythonApplication {
|
|||||||
requests
|
requests
|
||||||
tlslite-ng
|
tlslite-ng
|
||||||
# plugins
|
# plugins
|
||||||
btchip
|
btchip-python
|
||||||
ckcc-protocol
|
ckcc-protocol
|
||||||
keepkey
|
keepkey
|
||||||
trezor
|
trezor
|
||||||
|
@ -71,7 +71,7 @@ python3.pkgs.buildPythonApplication {
|
|||||||
requests
|
requests
|
||||||
tlslite-ng
|
tlslite-ng
|
||||||
# plugins
|
# plugins
|
||||||
btchip
|
btchip-python
|
||||||
ckcc-protocol
|
ckcc-protocol
|
||||||
keepkey
|
keepkey
|
||||||
trezor
|
trezor
|
||||||
|
@ -47,6 +47,7 @@ mapAliases ({
|
|||||||
BlinkStick = blinkstick; # added 2023-02-19
|
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
|
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
|
bsblan = python-bsblan; # added 2022-11-04
|
||||||
|
btchip = btchip-python; # added 2023-03-03
|
||||||
bt_proximity = bt-proximity; # added 2021-07-02
|
bt_proximity = bt-proximity; # added 2021-07-02
|
||||||
BTrees = btrees; # added 2023-02-19
|
BTrees = btrees; # added 2023-02-19
|
||||||
carrot = throw "carrot has been removed, as its development was discontinued in 2012"; # added 2022-01-18
|
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 { };
|
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 { };
|
bthome-ble = callPackage ../development/python-modules/bthome-ble { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user