From 3f3e0483f284019aafcc1ab4dc692a049c59060b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 24 Apr 2024 16:02:47 +0200 Subject: [PATCH] include sdkmanager as dep in setup.py This is for Homebrew, since it auto-removes dependencies that are not declared in the pip package: * https://github.com/Homebrew/homebrew-core/pull/164510 * https://github.com/Homebrew/homebrew-core/commit/02bef3de01dbcdb012e0d3abc1da5cde73111579 * https://github.com/Homebrew/homebrew-core/commit/32907bd1284f4c10e89bf72fa5451cc2adbbc3b8 * https://github.com/Homebrew/homebrew-core/commit/f0526d386416b23d9dc827e5c7bda30ba15aafc9 * https://github.com/Homebrew/homebrew-core/commit/562830be3ca73f26ebe96b4cd6452628ad388151 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e11ee724..7199d1b1 100755 --- a/setup.py +++ b/setup.py @@ -105,6 +105,7 @@ setup( 'qrcode', 'ruamel.yaml >= 0.15', 'requests >= 2.5.2, != 2.11.0, != 2.12.2, != 2.18.0', + 'sdkmanager >= 0.6.4', 'yamllint', ], extras_require={