summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-requests-unixsocket_0.4.1.bb (renamed from meta-python/recipes-devtools/python/python3-requests-unixsocket_0.3.0.bb)9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-requests-unixsocket_0.3.0.bb b/meta-python/recipes-devtools/python/python3-requests-unixsocket_0.4.1.bb
index 94497b609b..4485b89de7 100644
--- a/meta-python/recipes-devtools/python/python3-requests-unixsocket_0.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-requests-unixsocket_0.4.1.bb
@@ -3,12 +3,11 @@ HOMEPAGE = "https://pypi.org/project/requests-unixsocket/"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
5 5
6SRC_URI[sha256sum] = "28304283ea9357d45fff58ad5b11e47708cfbf5806817aa59b2a363228ee971e" 6SRC_URI[sha256sum] = "b2596158c356ecee68d27ba469a52211230ac6fb0cde8b66afb19f0ed47a1995"
7 7
8PYPI_PACKAGE = "requests-unixsocket" 8PYPI_PACKAGE = "requests_unixsocket"
9 9
10inherit pypi 10inherit pypi python_setuptools_build_meta
11inherit setuptools3
12 11
13DEPENDS += "python3-pbr-native" 12DEPENDS += "python3-pbr-native python3-setuptools-scm-native"
14RDEPENDS:${PN} = "python3-requests python3-urllib3" 13RDEPENDS:${PN} = "python3-requests python3-urllib3"