pythonPackages.kombu: remove stale substituteInPlace
This commit is contained in:
parent
d4c5104100
commit
99f1ba3258
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user