python3Packages.flask-socketio: add pythonImportsCheck
This commit is contained in:
parent
328040d127
commit
8a7202c783
|
@ -28,6 +28,8 @@ buildPythonPackage rec {
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "flask_socketio" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Socket.IO integration for Flask applications";
|
description = "Socket.IO integration for Flask applications";
|
||||||
homepage = "https://github.com/miguelgrinberg/Flask-SocketIO/";
|
homepage = "https://github.com/miguelgrinberg/Flask-SocketIO/";
|
||||||
|
|
Loading…
Reference in New Issue