diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-pysocks_1.7.1.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-pysocks_1.7.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb b/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb index 7f2c217f19..dbf0fb0ee6 100644 --- a/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb +++ b/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb | |||
@@ -3,10 +3,11 @@ HOMEPAGE = "http://python-requests.org" | |||
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1d457bcffb9661b45f799d4efee72f16" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1d457bcffb9661b45f799d4efee72f16" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "89b1a6865c61bae67a32417517612ee6" | ||
7 | SRC_URI[sha256sum] = "3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0" | 6 | SRC_URI[sha256sum] = "3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0" |
8 | 7 | ||
9 | PYPI_PACKAGE = "PySocks" | 8 | PYPI_PACKAGE = "PySocks" |
9 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
10 | |||
10 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
11 | 12 | ||
12 | RDEPENDS:${PN}:class-target += "\ | 13 | RDEPENDS:${PN}:class-target += "\ |