python310Packages.asyncio-mqtt: rename file and add wheel dependency

This commit is contained in:
Theodore Ni 2023-08-08 21:36:31 -07:00
parent 71d2dd203d
commit 7294729c2e
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,7 @@
, setuptools
, setuptools-scm
, typing-extensions
, wheel
}:
buildPythonPackage rec {
@ -29,6 +30,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
setuptools
setuptools-scm
wheel
];
propagatedBuildInputs = [

View File

@ -754,7 +754,7 @@ self: super: with self; {
asyncio-dgram = callPackage ../development/python-modules/asyncio-dgram { };
asyncio-mqtt = callPackage ../development/python-modules/asyncio_mqtt { };
asyncio-mqtt = callPackage ../development/python-modules/asyncio-mqtt { };
asyncio-rlock = callPackage ../development/python-modules/asyncio-rlock { };