python311Packages.asyncio-mqtt: skip bulk updates

Later versions were renamed and packaged under the aiomqtt name.
This commit is contained in:
Martin Weinelt
2023-12-20 20:46:38 +01:00
parent e3e4d372cd
commit e5c6eb12e9
@@ -63,6 +63,9 @@ buildPythonPackage rec {
"test_multiple_messages_generators"
];
# newer version are packaged as aiomqtt
passthru.skipBulkUpdate = true;
meta = with lib; {
description = "Idomatic asyncio wrapper around paho-mqtt";
homepage = "https://github.com/sbtinstruments/asyncio-mqtt";