python3-pykickstart_3.48.bb 996 B

12345678910111213141516171819202122232425
  1. DESCRIPTION = "A python library for manipulating kickstart files"
  2. HOMEPAGE = "https://fedoraproject.org/wiki/pykickstart"
  3. LICENSE = "GPL-2.0-or-later"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
  5. inherit python_setuptools_build_meta
  6. RDEPENDS:${PN} = "python3 \
  7. python3-requests \
  8. python3-six \
  9. "
  10. SRC_URI = "git://github.com/rhinstaller/pykickstart.git;protocol=https;branch=master \
  11. file://0001-support-authentication-for-kickstart.patch \
  12. file://0002-pykickstart-parser.py-add-lock-for-readKickstart-and.patch \
  13. file://0003-comment-out-sections-shutdown-and-environment-in-gen.patch \
  14. file://0004-load.py-retry-to-invoke-request-with-timeout.patch \
  15. file://0005-options-adjust-to-behavior-change-in-upstream-_parse.patch \
  16. "
  17. SRCREV = "fa6c80c0e5c6bee29d089899a10d26e6f7f8afd8"
  18. UPSTREAM_CHECK_GITTAGREGEX = "r(?P<pver>\d+(\.\d+)+(-\d+)*)"
  19. S = "${WORKDIR}/git"