python310Packages.celery: remove stale postPatch

This commit is contained in:
Sandro Jäckel 2022-05-30 06:32:15 +02:00
parent 3d6c93dd79
commit 0dbe01aa77
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -57,11 +57,6 @@ buildPythonPackage rec {
pytestCheckHook
];
postPatch = ''
substituteInPlace requirements/default.txt \
--replace "setuptools>=59.1.1,<59.7.0" "setuptools"
'';
disabledTestPaths = [
# test_eventlet touches network
"t/unit/concurrency/test_eventlet.py"