8 buildPythonPackage rec {
9 pname = "django-environ";
13 inherit pname version;
14 sha256 = "6c9d87660142608f63ec7d5ce5564c49b603ea8ff25da595fd6098f6dc82afde";
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;