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
commit 88b39f7a87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"
'';