mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 12:28:25 +01:00
eda1ed4e35
With the current Poky Master these are no longer needed Azote already contains a folder named 'dist'. Rename it to avoid getting its files wiped out during build.
19 lines
396 B
BlitzBasic
19 lines
396 B
BlitzBasic
SUMMARY = "geopy is a Python client for several popular geocoding web services."
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=b246754361f75980923b7feebfe71c15"
|
|
|
|
SRC_URI = " \
|
|
git://github.com/geopy/geopy.git;protocol=https;branch=master \
|
|
"
|
|
|
|
RDEPENDS:${PN} = " \
|
|
python3 \
|
|
"
|
|
|
|
inherit setuptools3
|
|
|
|
S = "${WORKDIR}/git"
|
|
PV = "2.2.0"
|
|
SRCREV = "ade9c1b68c83a1fc76d90bc0ff603f6b34dfbbbf"
|
|
|