pretalx: relax djano-csp, python-dateutil constraint
This commit is contained in:
parent
351dce2515
commit
1dda3f13c3
@ -78,6 +78,14 @@ python.pkgs.buildPythonApplication rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
gettext
|
||||
] ++ (with python.pkgs; [
|
||||
pythonRelaxDepsHook
|
||||
setuptools
|
||||
]);
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"django-csp"
|
||||
"python-dateutil"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python.pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user