python3-argh_0.26.2.bb 394 B

1234567891011121314
  1. SUMMARY = "Pattern matching and various utilities for file systems paths."
  2. LICENSE = "LGPLv2"
  3. LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=cede70b648dcc81baf5b431d38905bad"
  4. SRC_URI[sha256sum] = "e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65"
  5. inherit pypi setuptools3
  6. RDEPENDS_${PN} += " \
  7. ${PYTHON_PN}-logging \
  8. "
  9. BBCLASSEXTEND = "native nativesdk"