mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 05:03:40 +00:00
Merge pull request #165159 from alyssais/mailman-web-django
This commit is contained in:
commit
90e5b21135
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
|||||||
# Django is depended on transitively by hyperkitty and postorius,
|
# Django is depended on transitively by hyperkitty and postorius,
|
||||||
# and mailman_web has overly restrictive version bounds on it, so
|
# and mailman_web has overly restrictive version bounds on it, so
|
||||||
# let's remove it.
|
# let's remove it.
|
||||||
sed -i '/^ Django/d' setup.cfg
|
sed -i '/^[[:space:]]*django/Id' setup.cfg
|
||||||
|
|
||||||
# Upstream seems to mostly target installing on top of existing
|
# Upstream seems to mostly target installing on top of existing
|
||||||
# distributions, and uses a path appropriate for that, but we are
|
# distributions, and uses a path appropriate for that, but we are
|
||||||
|
Loading…
Reference in New Issue
Block a user