From 9e65e80276aeb33c0f917d005e621a18158fffee Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 2 Dec 2025 15:51:42 -0500 Subject: Fix Admin.py imports for bild local dep detection - Change 'from Biz.X import Y' to 'import Biz.X as X' style - bild only recognizes 'import X as Y' for local dep detection - Add setuptools to Python deps (required by newer nixpkgs) Amp-Thread-ID: https://ampcode.com/threads/T-fe8328a9-7709-4544-9d31-b099f04aa120 Co-authored-by: Amp --- Omni/Bild/Deps/Python.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'Omni/Bild/Deps') diff --git a/Omni/Bild/Deps/Python.nix b/Omni/Bild/Deps/Python.nix index 2b8531b..d21e129 100644 --- a/Omni/Bild/Deps/Python.nix +++ b/Omni/Bild/Deps/Python.nix @@ -23,6 +23,7 @@ "pytest-asyncio" "pytest-mock" "requests" + "setuptools" "slixmpp" "sqids" "starlette" -- cgit v1.2.3