summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-socketio
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-01-06 08:55:27 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2021-01-06 08:55:27 +0100
commit1a2e6747c4b5de553b22942f15e97f8a51af4cd1 (patch)
treea92216baf64886e488a777ec7625b1a024b92883 /pkgs/development/python-modules/python-socketio
parent8e586c90a84b26d0f0c3178753b1ed1a7d9074b1 (diff)
python3Packages.python-socketio: add pythonImportsCheck
Diffstat (limited to 'pkgs/development/python-modules/python-socketio')
-rw-r--r--pkgs/development/python-modules/python-socketio/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/python-socketio/default.nix b/pkgs/development/python-modules/python-socketio/default.nix
index c46b02c16b9c..adfe6589ff4a 100644
--- a/pkgs/development/python-modules/python-socketio/default.nix
+++ b/pkgs/development/python-modules/python-socketio/default.nix
@@ -28,6 +28,8 @@ buildPythonPackage rec {
pytestCheckHook
];
+ pythonImportsCheck = [ "socketio" ];
+
meta = with lib; {
description = "Socket.IO server";
homepage = "https://github.com/miguelgrinberg/python-socketio/";