Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-requests-oauthlib_git.bb
1
2 DESCRIPTION = "This project provides first-class OAuth library support for Requests."
3
4 LICENSE = "ISC"
5 LIC_FILES_CHKSUM = "file://LICENSE;md5=22d117a849df10d047ed9b792838e863"
6
7 SRCREV = "e19ac082682ecf3ed06cdcc5538e3c4bb2aa7762"
8 PROTOCOL = "https"
9 BRANCH = "master"
10 S = "${WORKDIR}/git"
11 PV = "1.2.0"
12
13 SRC_URI = "git://github.com/requests/requests-oauthlib;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
14
15
16 DEPENDS += " python"
17 inherit setuptools distutils pkgconfig