# WARNING: This file was automatically generated. You should avoid editing it. # If you run pynixify again, the file will be either overwritten or # deleted, and you will lose the changes you made to it. { buildPythonPackage, django, fetchPypi, lib, pytz }: buildPythonPackage rec { pname = "django-timezone-field"; version = "4.2.3"; src = fetchPypi { inherit pname version; sha256 = "1y4ji0ifslhj1l9m9wrqnnj85qbv5g1y9ryk8y4fyarq969bvmax"; }; propagatedBuildInputs = [ django pytz ]; # TODO FIXME doCheck = false; meta = with lib; { description = "A Django app providing database and form fields for pytz timezone objects."; homepage = "http://github.com/mfogel/django-timezone-field/"; }; }