Skip to content

Commit c1f6573

Browse files
authored
python3Packages.types-enum34: remove (#382168)
2 parents 4f6e736 + e2ea971 commit c1f6573

File tree

3 files changed

+1
-27
lines changed

3 files changed

+1
-27
lines changed

pkgs/development/python-modules/types-enum34/default.nix

Lines changed: 0 additions & 25 deletions
This file was deleted.

pkgs/top-level/python-aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,7 @@ mapAliases ({
719719
twitter-common-log = throw "twitter-common-log has been removed because it is abandoned and unmaintained"; # added 2024-07-14
720720
twitter-common-options = throw "twitter-common-options has been removed because it is abandoned and unmaintained"; # added 2024-07-14
721721
types-cryptography = throw "types-cryptography has been removed because it is obsolete since cryptography version 3.4.4."; # added 2022-05-30
722+
types-enum34 = throw "types-enum34 is obselete since Python 3.4"; # added 2025-02-15
722723
types-paramiko = throw "types-paramiko has been removed because it was unused."; # added 2022-05-30
723724
ufoLib2 = ufolib2; # added 2024-01-07
724725
ukrainealarm = throw "ukrainealarm has been removed, as it has been replaced as a home-assistant dependency by uasiren."; # added 2024-01-05

pkgs/top-level/python-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17579,8 +17579,6 @@ self: super: with self; {
1757917579

1758017580
types-docutils = callPackage ../development/python-modules/types-docutils { };
1758117581

17582-
types-enum34 = callPackage ../development/python-modules/types-enum34 { };
17583-
1758417582
types-freezegun = callPackage ../development/python-modules/types-freezegun { };
1758517583

1758617584
types-futures = callPackage ../development/python-modules/types-futures { };

0 commit comments

Comments
 (0)