about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/asyncio-mqtt/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/asyncio-mqtt/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/asyncio-mqtt/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/asyncio-mqtt/default.nix b/nixpkgs/pkgs/development/python-modules/asyncio-mqtt/default.nix
index 8274f5493967..309e74ba4cc1 100644
--- a/nixpkgs/pkgs/development/python-modules/asyncio-mqtt/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/asyncio-mqtt/default.nix
@@ -25,8 +25,6 @@ buildPythonPackage rec {
     hash = "sha256-f3JqocjOEwNjo6Uv17ij6oEdrjb6Z2wTzdhdVhx46iM=";
   };
 
-  SETUPTOOLS_SCM_PRETEND_VERSION = version;
-
   nativeBuildInputs = [
     setuptools
     setuptools-scm
@@ -65,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";