pythonPackages.cnvkit: Remove stale substituteInPlace

This commit is contained in:
Sandro Jäckel
2021-02-15 23:03:58 +01:00
parent 2662022831
commit 0c71d59971

View File

@@ -55,11 +55,6 @@ buildPythonPackage rec {
rPackages.DNAcopy
];
postPatch = ''
substituteInPlace setup.py \
--replace "pandas >= 0.20.1, < 0.25.0" "pandas"
'';
checkInputs = [ R ];
checkPhase = ''