pythonPackages.cnvkit: Remove stale substituteInPlace
This commit is contained in:
parent
2662022831
commit
0c71d59971
@ -55,11 +55,6 @@ buildPythonPackage rec {
|
||||
rPackages.DNAcopy
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "pandas >= 0.20.1, < 0.25.0" "pandas"
|
||||
'';
|
||||
|
||||
checkInputs = [ R ];
|
||||
|
||||
checkPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user