python3Packages.python-socketio: add pythonImportsCheck
This commit is contained in:
@@ -28,6 +28,8 @@ buildPythonPackage rec {
|
|||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "socketio" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Socket.IO server";
|
description = "Socket.IO server";
|
||||||
homepage = "https://github.com/miguelgrinberg/python-socketio/";
|
homepage = "https://github.com/miguelgrinberg/python-socketio/";
|
||||||
|
|||||||
Reference in New Issue
Block a user