python312Packages.geoip2: add missing input
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user