pythonPackages.deform: Remove stale substituteInPlace

This commit is contained in:
Sandro Jäckel 2021-02-02 13:53:22 +01:00
parent 56df259a79
commit 19f0b1b09d
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -11,11 +11,6 @@ buildPythonPackage rec {
sha256 = "1e912937650c1dbb830079dd9c039950762a230223a567740fbf1b23f1090367";
};
postPatch = ''
substituteInPlace setup.py \
--replace "iso8601<=0.1.11" iso8601
'';
propagatedBuildInputs = [
chameleon
colander