pythonPackages.kombu: remove stale substituteInPlace

This commit is contained in:
Sandro Jäckel 2021-02-22 08:40:53 +01:00
parent d4c5104100
commit 99f1ba3258
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -22,8 +22,6 @@ buildPythonPackage rec {
postPatch = '' postPatch = ''
substituteInPlace requirements/test.txt \ substituteInPlace requirements/test.txt \
--replace "pytest-sugar" "" --replace "pytest-sugar" ""
substituteInPlace requirements/default.txt \
--replace "amqp==2.5.1" "amqp~=2.5"
''; '';
propagatedBuildInputs = [ propagatedBuildInputs = [