diff options
| author | Ben Sima <ben@bensima.com> | 2025-12-02 15:51:42 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-12-02 15:51:42 -0500 |
| commit | 9e65e80276aeb33c0f917d005e621a18158fffee (patch) | |
| tree | 223c3a0167141ebde5c73cc8f0e3d1e20c14bbc2 /Omni/Bild/Deps/Python.nix | |
| parent | 4c1ccb6d43f90db7db08b56239ca229404f0acfd (diff) | |
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 <amp@ampcode.com>
Diffstat (limited to 'Omni/Bild/Deps/Python.nix')
| -rw-r--r-- | Omni/Bild/Deps/Python.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
