python3-pysocks_1.7.1.bb 544 B

123456789101112131415161718192021
  1. SUMMARY = "A Python SOCKS client module"
  2. HOMEPAGE = "http://python-requests.org"
  3. LICENSE = "BSD-3-Clause"
  4. LIC_FILES_CHKSUM = "file://LICENSE;md5=1d457bcffb9661b45f799d4efee72f16"
  5. SRC_URI[sha256sum] = "3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0"
  6. PYPI_PACKAGE = "PySocks"
  7. UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
  8. inherit pypi setuptools3
  9. RDEPENDS:${PN}:class-target += "\
  10. python3-email \
  11. python3-io \
  12. python3-logging \
  13. python3-netclient \
  14. python3-shell \
  15. "
  16. BBCLASSEXTEND = "native nativesdk"