Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[python] move BlueZ/CoreBluetooth to chip-repl package #25055

Merged

Conversation

agners
Copy link
Contributor

@agners agners commented Feb 14, 2023

Move BlueZ and CoreBluetooth classes and its dependencies to the chip-repl package. This removes dependencies from the chip-core wheel and also makes sure that all dependencies are present for BlueZ (including python-dbus). It partially reverts remove unused python-dbus (#23564).

Move BlueZ and CoreBluetooth classes and its dependencies to the
chip-repl package. This removes dependencies from the chip-core
wheel and also makes sure that all dependencies are present for
BlueZ (including python-dbus). It partially reverts  remove unused
python-dbus (project-chip#23564).
@agners
Copy link
Contributor Author

agners commented Feb 14, 2023

With this (and #25054) in place chip-device-ctrl works again:

chip-device-ctrl > ble-adapter-print
2023-02-14 17:26:59 allenwind ChipBLEMgr[436521] INFO AdapterName: hci0   AdapterAddress: D8:80:83:82:77:C0
2023-02-14 17:26:59 allenwind ChipBLEMgr[436521] DEBUG destroy adapter

@woody-apple
Copy link
Contributor

Fast tracking testing improvements.

@woody-apple
Copy link
Contributor

@vivien-apple

@woody-apple woody-apple merged commit 0a3b239 into project-chip:master Feb 14, 2023
lecndav pushed a commit to lecndav/connectedhomeip that referenced this pull request Mar 22, 2023
…25055)

* [python] move BlueZ/CoreBluetooth to chip-repl package

Move BlueZ and CoreBluetooth classes and its dependencies to the
chip-repl package. This removes dependencies from the chip-core
wheel and also makes sure that all dependencies are present for
BlueZ (including python-dbus). It partially reverts  remove unused
python-dbus (project-chip#23564).

* Restyled by gn

---------

Co-authored-by: Restyled.io <commits@restyled.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants