about summary refs log tree commit diff
path: root/pkgs/common-updater/scripts
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-03 06:09:33 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-05 13:20:49 +0100
commite75f5e8efa13917e6aefed0a4e8451c5205a0259 (patch)
tree960f9b4b69d6ed4cd68355623c9399096c6d04c3 /pkgs/common-updater/scripts
parent5185f467f396f3b1e9f4d3f5825bf649e219fa8a (diff)
python37: drop
The package set hasn't been working for a long time now, due to infinite
recursions, that nobody was going to fix.

The release is going to go EOL in 2023/06 and we don't want to ship it
in NixOS 23.05 anyway.
Diffstat (limited to 'pkgs/common-updater/scripts')
-rwxr-xr-xpkgs/common-updater/scripts/mark-broken1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/common-updater/scripts/mark-broken b/pkgs/common-updater/scripts/mark-broken
index 73308bf8b39a5..7035bee18604f 100755
--- a/pkgs/common-updater/scripts/mark-broken
+++ b/pkgs/common-updater/scripts/mark-broken
@@ -48,7 +48,6 @@ denyFileList=(
 # to be conditionally disabled
 denyAttrList=(
         python27Packages
-        python37Packages
         linuxPackages_
         rubyPackages_
 )