summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb
diff options
context:
space:
mode:
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.bb10
1 files changed, 5 insertions, 5 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 b77bf0fb8d..7f2c217f19 100644
--- a/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb
+++ b/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb
@@ -10,11 +10,11 @@ PYPI_PACKAGE = "PySocks"
10inherit pypi setuptools3 10inherit pypi setuptools3
11 11
12RDEPENDS:${PN}:class-target += "\ 12RDEPENDS:${PN}:class-target += "\
13 ${PYTHON_PN}-email \ 13 python3-email \
14 ${PYTHON_PN}-io \ 14 python3-io \
15 ${PYTHON_PN}-logging \ 15 python3-logging \
16 ${PYTHON_PN}-netclient \ 16 python3-netclient \
17 ${PYTHON_PN}-shell \ 17 python3-shell \
18" 18"
19 19
20BBCLASSEXTEND = "native nativesdk" 20BBCLASSEXTEND = "native nativesdk"