pythonPackages.drf-yasg: does not depend on packaging
This commit is contained in:
parent
933682b533
commit
55a489ac9e
|
@ -19,6 +19,11 @@ buildPythonPackage rec {
|
||||||
sha256 = "d50f197c7f02545d0b736df88c6d5cf874f8fea2507ad85ad7de6ae5bf2d9e5a";
|
sha256 = "d50f197c7f02545d0b736df88c6d5cf874f8fea2507ad85ad7de6ae5bf2d9e5a";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
# https://github.com/axnsan12/drf-yasg/pull/710
|
||||||
|
substituteInPlace requirements/base.txt --replace packaging ""
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
setuptools_scm
|
setuptools_scm
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue