8 buildPythonPackage rec {
9 pname = "djangorestframework-recursive";
12 src = fetchFromGitHub {
14 repo = "django-rest-framework-recursive";
16 hash = "sha256-Q/6yxpz3c402sMZudAeFIht9+5GmTRlzM51AMAx5muY=";
19 propagatedBuildInputs = [
24 # incompatible with newer django versions
27 pythonImportsCheck = [
28 "rest_framework_recursive"
32 description = " Recursive Serialization for Django REST framework ";
33 homepage = "https://github.com/heywbj/django-rest-framework-recursive";
34 license = licenses.isc;
35 maintainers = with maintainers; [ ];