20 buildPythonPackage rec {
26 inherit pname version;
27 hash = "sha256-y7f4HD0UDyIHOStLxd3mU4TutY4bfuoabWQd7C9zUqk=";
31 # https://github.com/axnsan12/drf-yasg/pull/710
32 sed -i "/packaging/d" requirements/base.txt
57 env.DJANGO_SETTINGS_MODULE = "testproj.settings.local";
63 # a lot of libraries are missing
66 pythonImportsCheck = [ "drf_yasg" ];
69 description = "Generation of Swagger/OpenAPI schemas for Django REST Framework";
70 homepage = "https://github.com/axnsan12/drf-yasg";
72 license = licenses.bsd3;