Skip to content

Commit

Permalink
Fix python3-crudini build (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Nov 23, 2023
1 parent f82cf89 commit 9696eca
Showing 1 changed file with 13 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
SUMMARY = "Python crudini"
SUMMARY = "An utility for manipulating ini files"
DESCRIPTION = "CLI utility for ini file manipulation"
AUTHOR = "pixelb"
HOMEPAGE = "https://github.com/pixelb/crudini"
LICENSE = "GPLv2"
BUGTRACKER = "https://github.com/pixelb/crudini/issues"
SECTION = "development"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"

SRC_URI[md5sum] = "d81b2f41b92c838548cbd9552e706324"
SRC_URI[sha256sum] = "6fd0eb341b6cbd91e1883030ea9f2102c1c95619eb563af7ddabc2161e019f6b"
CVE_PRODUCT = ""

DEPENDS += "\
python3-pip-native \
python3-setuptools-scm-native \
"

DEPENDS += "python3-pip-native"
SRC_URI[sha256sum] = "6fd0eb341b6cbd91e1883030ea9f2102c1c95619eb563af7ddabc2161e019f6b"

inherit pypi setuptools3

Expand Down

0 comments on commit 9696eca

Please sign in to comment.