mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
ae217b7159
commit
c24fe86e35
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue