diff options
| author | Ben Sima <ben@bensima.com> | 2025-12-02 15:52:27 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-12-02 15:55:49 -0500 |
| commit | b60fc6f95e68c8581e2cec48f8d99e7c467a1db2 (patch) | |
| tree | af582c102744a7d4804f7fa9fba473fd42241fdf /Omni/Bild | |
| parent | 9e65e80276aeb33c0f917d005e621a18158fffee (diff) | |
Remove pyproject=true, use format=setuptools, add toggle_episode_public
Diffstat (limited to 'Omni/Bild')
| -rw-r--r-- | Omni/Bild/Builder.nix | 3 | ||||
| -rw-r--r-- | Omni/Bild/Deps/Python.nix | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/Omni/Bild/Builder.nix b/Omni/Bild/Builder.nix index 9ede3b8..9356d97 100644 --- a/Omni/Bild/Builder.nix +++ b/Omni/Bild/Builder.nix @@ -280,8 +280,7 @@ with bild; let python = python.buildPythonApplication rec { inherit name src CODEROOT; - pyproject = true; - build-system = [python.packages.setuptools]; + format = "setuptools"; nativeBuildInputs = [makeWrapper]; propagatedBuildInputs = langdeps_ ++ sysdeps_ ++ rundeps_; buildInputs = sysdeps_; diff --git a/Omni/Bild/Deps/Python.nix b/Omni/Bild/Deps/Python.nix index d21e129..2b8531b 100644 --- a/Omni/Bild/Deps/Python.nix +++ b/Omni/Bild/Deps/Python.nix @@ -23,7 +23,6 @@ "pytest-asyncio" "pytest-mock" "requests" - "setuptools" "slixmpp" "sqids" "starlette" |
