python3Packages.bidict: fix build
This commit is contained in:
parent
279937fcf4
commit
9a1a4138d3
@ -23,6 +23,12 @@ buildPythonPackage rec {
|
||||
nativeBuildInputs = [ setuptools_scm ];
|
||||
propagatedBuildInputs = [ sphinx ];
|
||||
|
||||
# this can be removed >0.19.0
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "setuptools_scm < 4" "setuptools_scm"
|
||||
'';
|
||||
|
||||
checkInputs = [
|
||||
hypothesis
|
||||
py
|
||||
|
Loading…
Reference in New Issue
Block a user