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
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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 = ''