lol

pythonPackages.wxpython: drop SDL dependency (#391240)

this dependency was unused:

```
$ nix why-depends .#python313Packages.wxpython .#SDL --precise --all
these 5 paths will be fetched (4.96 MiB download, 21.60 MiB unpacked):
/nix/store/vhz0cn55wadyknv3bz4in7drm0mmpny3-SDL_compat-1.2.68
/nix/store/jfia42fgcpz2gmb5l1mqps5qaaan3lcn-libadwaita-1.6.4
/nix/store/555981fqc4rkjdfapzsw092bqyrbi5s3-sdl2-compat-2.32.52
/nix/store/kq5gmdxv139qk1j50grxlqvrsrlx9aq5-sdl3-3.2.6-lib
/nix/store/d9vlzcqg021zzyw6vwc7dfin8lbm86a1-zenity-4.0.5
'git+file:///home/grimmauld/nixpkgs#python313Packages.wxpython' does not depend on 'git+file:///home/grimmauld/nixpkgs#SDL'
```

```
$ nix why-depends .#python313Packages.wxpython .#SDL --derivation --all
/nix/store/79x3l16rh508qmbprz7xslqvd568gd8z-python3.13-wxpython-4.2.2.drv
└───/nix/store/s0kxrg633g9j5yvqiw1d2dgw76hg5r53-SDL_compat-1.2.68.drv
```

authored by

Martin Weinelt and committed by
GitHub
cc0e8af2 41c72256

-4
-4
pkgs/development/python-modules/wxpython/4.2.nix
··· 29 29 libglvnd, 30 30 libgbm, 31 31 pango, 32 - SDL, 33 32 webkitgtk_4_0, 34 33 wxGTK, 35 34 xorgproto, ··· 71 70 attrdict 72 71 pkg-config 73 72 setuptools 74 - SDL 75 73 sip 76 74 which 77 75 wxGTK ··· 80 78 buildInputs = 81 79 [ 82 80 wxGTK 83 - SDL 84 81 ] 85 82 ++ lib.optionals stdenv.hostPlatform.isLinux [ 86 83 gst_all_1.gst-plugins-base ··· 108 105 109 106 export DOXYGEN=${doxygen}/bin/doxygen 110 107 export PATH="${wxGTK}/bin:$PATH" 111 - export SDL_CONFIG="${lib.getExe' (lib.getDev SDL) "sdl-config"}" 112 108 export WAF=$PWD/bin/waf 113 109 114 110 ${python.pythonOnBuildForHost.interpreter} build.py -v --use_syswx dox etg sip --nodoc build_py