From 144f9b6962513ec35a6cf7e455f882c95f8fcb3f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 7 Mar 2025 23:54:11 +0100 Subject: [PATCH] python313Packages.asgineer: add pythonImportsCheck --- pkgs/development/python-modules/asgineer/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/asgineer/default.nix b/pkgs/development/python-modules/asgineer/default.nix index 9376a12ef360..b824c24f3287 100644 --- a/pkgs/development/python-modules/asgineer/default.nix +++ b/pkgs/development/python-modules/asgineer/default.nix @@ -26,6 +26,8 @@ buildPythonPackage rec { requests ]; + pythonImportsCheck = [ "asgineer" ]; + meta = with lib; { description = "Really thin ASGI web framework"; homepage = "https://asgineer.readthedocs.io";