diff options
| author | Felix Gruber <felgru@posteo.net> | 2025-01-21 17:20:43 +0000 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2025-01-21 14:21:41 -0500 |
| commit | c24fe86e35d731347a0a067dfd8409398cfaa90d (patch) | |
| tree | abefb241fdd0039e915e835348fab0e7d59da3d4 /gnu | |
| parent | ae217b7159ee202229eab39cd49adb9254cd4a96 (diff) | |
gnu: python-geoip2: Fix build.
* gnu/packages/geo.scm (python-geoip2): Fix build.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I7af4ec3bc18db48231e7172a545af340db12b8e4
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu')
| -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 7bb61a25116..3317271802f 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. |
