diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2021-01-06 08:55:27 +0100 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2021-01-06 08:55:27 +0100 |
| commit | 1a2e6747c4b5de553b22942f15e97f8a51af4cd1 (patch) | |
| tree | a92216baf64886e488a777ec7625b1a024b92883 /pkgs/development/python-modules/python-socketio | |
| parent | 8e586c90a84b26d0f0c3178753b1ed1a7d9074b1 (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.nix | 2 |
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/"; |
