15 buildPythonPackage rec {
20 inherit pname version;
21 hash = "sha256-TDuTBos9/KaWmrERFV5N1vey1oC5h3jej9Rgt4N72w0=";
25 # https://github.com/axnsan12/drf-yasg/pull/710
26 sed -i "/packaging/d" requirements/base.txt
33 propagatedBuildInputs = [
47 # ImportError: No module named 'testproj.settings'
50 pythonImportsCheck = [ "drf_yasg" ];
53 description = "Generation of Swagger/OpenAPI schemas for Django REST Framework";
54 homepage = "https://github.com/axnsan12/drf-yasg";
55 maintainers = with maintainers; [ ];
56 license = licenses.bsd3;