Merge pull request #157852 from SuperSandro2000/electrum

electrum: do not break upstream patches
This commit is contained in:
Pavol Rusnak
2022-02-02 17:34:02 +01:00
committed by GitHub
+1 -1
View File
@@ -74,7 +74,7 @@ python3.pkgs.buildPythonApplication {
cp -ar ${tests} $sourceRoot/electrum/tests
'';
prePatch = ''
postPatch = ''
substituteInPlace contrib/requirements/requirements.txt \
--replace "dnspython>=2.0,<2.1" "dnspython>=2.0"
'';