diff options
| -rw-r--r-- | gnu/packages/geo.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 7bb61a2511..3317271802 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -2499,6 +2499,8 @@ MaxMind DB files.") (list python-maxminddb python-requests python-aiohttp)) + (native-inputs + (list python-setuptools python-wheel)) (home-page "https://www.maxmind.com/") (synopsis "MaxMind GeoIP2 API") (description "Provides an API for the GeoIP2 web services and databases. |
