blob: 3e9b7ee18e7fef885431583744aa644cec42cc23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
SUMMARY = "Source of XYZ tiles providers"
HOMEPAGE = "https://github.com/geopandas/xyzservices"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=6a3e440ffacb99f21fa410467c048574"
DEPENDS += "python3-setuptools-scm-native"
SRC_URI[sha256sum] = "58c1bdab4257d2551b9ef91cd48571f77b7c4d2bc45bf5e3c05ac97b3a4d7282"
inherit pypi python_setuptools_build_meta
FILES:${PN} += "${prefix}"
RDEPENDS:${PN} += " \
python3-core \
python3-json \
python3-mercantile \
python3-netclient \
python3-requests \
"
|