python310Packages.mwoauth: remove stale substituteInPlace

This commit is contained in:
Fabian Affolter
2022-05-25 08:44:34 +02:00
committed by GitHub
parent 393557ebef
commit 285520c567
@@ -29,12 +29,6 @@ buildPythonPackage rec {
six
];
postPatch = ''
# https://github.com/mediawiki-utilities/python-mwoauth/pull/43
substituteInPlace setup.py \
--replace "PyJWT>=1.0.1,<2.0.0" "PyJWT>=1.0.1"
'';
# PyPI source has no tests included
# https://github.com/mediawiki-utilities/python-mwoauth/issues/44
doCheck = false;