python311Packages.simple-websocket: propagate wsproto
Packaged as a dependency for python-engineio.
This commit is contained in:
parent
f26665e052
commit
9a30d9d644
1 changed files with 4 additions and 1 deletions
|
@ -24,9 +24,12 @@ buildPythonPackage rec {
|
|||
wheel
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
wsproto
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
wsproto
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
|
Loading…
Reference in a new issue