python312Packages.geoip2: add missing input

This commit is contained in:
Fabian Affolter
2024-09-30 09:54:53 +02:00
committed by Martin Weinelt
parent aee3490bad
commit 082491db5f
@@ -3,15 +3,16 @@
aiohttp,
buildPythonPackage,
fetchPypi,
setuptools,
setuptools-scm,
h11,
maxminddb,
mocket,
pytestCheckHook,
pythonAtLeast,
pythonOlder,
requests,
requests-mock,
requests,
setuptools-scm,
setuptools,
urllib3,
}:
@@ -40,6 +41,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
h11
mocket
requests-mock
pytestCheckHook