pythonPackages.django: django_1_11 -> django_lts

This commit is contained in:
Lancelot SIX
2020-01-28 12:27:28 +01:00
committed by Frederik Rietdijk
parent 17a0ec03cc
commit 2711c7477d
6 changed files with 19 additions and 2 deletions

View File

@@ -18,6 +18,9 @@
, chardet
}:
if stdenv.lib.versionOlder django.version "1.11" || stdenv.lib.versionAtLeast django.version "2.0"
then throw "mezzanine requires django-1.11. Consider overriding python package set to use django_1_11"
else
buildPythonPackage rec {
version = "4.3.1";
pname = "Mezzanine";