mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-12 22:14:30 +02:00
drop '_git' from recipes
This commit is contained in:
16
recipes-devtools/python/python3-geopy_2.4.1.bb
Normal file
16
recipes-devtools/python/python3-geopy_2.4.1.bb
Normal file
@ -0,0 +1,16 @@
|
||||
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
|
||||
|
||||
SRCREV = "f495974c32a7a7b1eb433e7b8c87166e96375c32"
|
||||
|
Reference in New Issue
Block a user