Skip to content

python3Packages.spacy: remove typer-slim from the required deps#491824

Closed
Stebalien wants to merge 1 commit intoNixOS:masterfrom
Stebalien:steb/fix-spacy
Closed

python3Packages.spacy: remove typer-slim from the required deps#491824
Stebalien wants to merge 1 commit intoNixOS:masterfrom
Stebalien:steb/fix-spacy

Conversation

@Stebalien
Copy link
Contributor

typer-slim was replaced by typer in #491060 but spaCy the check wants a wheel named typer-slim, which we don't provide. We can remove this once upstream removes the dependency on typer-slim.

Fixes #491816

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

`typer-slim` was replaced by `typer` in NixOS#491060 but spaCy the check
wants a wheel named `typer-slim`, which we don't provide. We can remove
this once upstream removes the dependency on `typer-slim`.

Fixes NixOS#491816
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 6.topic: python Python is a high-level, general-purpose programming language. labels Feb 18, 2026
@sarahec
Copy link
Contributor

sarahec commented Feb 18, 2026

Thank you. I filed #491832 to fix this.

@Stebalien
Copy link
Contributor Author

Yeah, that's probably the better approach.

@Stebalien Stebalien closed this Feb 18, 2026
@Stebalien Stebalien deleted the steb/fix-spacy branch February 18, 2026 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build failure: python3Packages.spacy

2 participants