Revert "mailman-wrapper: crazy hack to work around the missing urllib3 dependency"

This reverts commit ce6b2419be, which
was unnecessary (mailman worked just fine on its parent commit).

See #79222.
This commit is contained in:
Alyssa Ross 2020-02-04 15:38:49 +00:00
parent 3931b82775
commit 95de02942f
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -15,6 +15,6 @@ runCommand "${mailman.name}-wrapped" {
cd "${mailman}/bin"
for exe in *; do
makeWrapper "${mailman}/bin/$exe" "$out/bin/$exe" \
--set PYTHONPATH ${makePythonPath ([ mailman python3.pkgs.urllib3 ] ++ archivers)}
--set PYTHONPATH ${makePythonPath ([ mailman ] ++ archivers)}
done
''