8 buildPythonPackage rec {
9 pname = "django-environ";
13 inherit pname version;
14 sha256 = "sha256-v/U4FTMFYyjJrAL3F5C9W/HOqBsb7rZI8ouByeg+CiE=";
17 # The testsuite fails to modify the base environment
19 propagatedBuildInputs = [ django six ];
22 description = "Utilize environment variables to configure your Django application";
23 homepage = "https://github.com/joke2k/django-environ/";
24 license = licenses.mit;