mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
python313Packages.sentry-sdk_2: turn into alias
This commit is contained in:
parent
02658aa368
commit
a9e79b0f3c
2 changed files with 2 additions and 3 deletions
|
@ -694,6 +694,7 @@ mapAliases ({
|
|||
scikits-samplerate = throw "scikits-samplerate has been removed, it was unsed and unmaintained since 2015"; # added 2024-05-23
|
||||
selectors2 = throw "selectors2 has been removed: archived by upstream."; # added 2024-07-27
|
||||
selectors34 = throw "selectors34 has been removed: functionality provided by Python itself; archived by upstream."; # added 2021-06-10
|
||||
sentry-sdk_2 = sentry-sdk; # added 2025-04-20
|
||||
sequoia = throw "python3Packages.sequoia was replaced by pysequoia - built from a dedicated repository, with a new API."; # added 2023-06-24
|
||||
setuptools_dso = setuptools-dso; # added 2024-03-03
|
||||
setuptools_scm = setuptools-scm; # added 2021-06-03
|
||||
|
|
|
@ -15579,9 +15579,7 @@ self: super: with self; {
|
|||
|
||||
sentinels = callPackage ../development/python-modules/sentinels { };
|
||||
|
||||
sentry-sdk = sentry-sdk_2;
|
||||
|
||||
sentry-sdk_2 = callPackage ../development/python-modules/sentry-sdk/default.nix { };
|
||||
sentry-sdk = callPackage ../development/python-modules/sentry-sdk/default.nix { };
|
||||
|
||||
sepaxml = callPackage ../development/python-modules/sepaxml { };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue