python.pkgs: do not pin django version

instead, override the package set and set `django = super.django_1_8`.
This commit is contained in:
Frederik Rietdijk 2017-06-05 13:13:59 +02:00
parent 6bcf106b65
commit d25c87c36d

View File

@ -13480,7 +13480,7 @@ in {
propagatedBuildInputs = with self; [ propagatedBuildInputs = with self; [
cython cython
sympy sympy
django_1_8 django
ply ply
mpmath mpmath
dateutil dateutil