8 buildPythonPackage rec {
9 pname = "djangorestframework-recursive";
11 format = "setuptools";
13 src = fetchFromGitHub {
15 repo = "django-rest-framework-recursive";
17 hash = "sha256-Q/6yxpz3c402sMZudAeFIht9+5GmTRlzM51AMAx5muY=";
20 propagatedBuildInputs = [
25 # incompatible with newer django versions
28 pythonImportsCheck = [
29 "rest_framework_recursive"
33 description = " Recursive Serialization for Django REST framework ";
34 homepage = "https://github.com/heywbj/django-rest-framework-recursive";
35 license = licenses.isc;
36 maintainers = with maintainers; [ ];