python311Packages.simple-websocket: propagate wsproto

Packaged as a dependency for python-engineio.
This commit is contained in:
Martin Weinelt 2023-09-19 03:18:40 +02:00
parent f26665e052
commit 9a30d9d644

View file

@ -24,9 +24,12 @@ buildPythonPackage rec {
wheel
];
propagatedBuildInputs = [
wsproto
];
nativeCheckInputs = [
pytestCheckHook
wsproto
];
pythonImportsCheck = [