python3Packages.pytest-kafka: depend on kafka-python

This commit is contained in:
DESPsyched
2026-06-12 03:38:10 -04:00
parent 0f74ce6cef
commit 156b8dbaac
@@ -1,9 +1,13 @@
{
lib,
buildPythonPackage,
fetchFromGitLab,
lib,
# build system
setuptools,
kafka-python-ng,
# dependencies
kafka-python,
port-for,
pytest,
}:
@@ -23,7 +27,7 @@ buildPythonPackage rec {
build-system = [ setuptools ];
dependencies = [
kafka-python-ng
kafka-python
port-for
pytest
];