blob: 5238431bcbe9d84f6a1a424decfe0ce1f71ba419 [file] [log] [blame]
Andrew Geisslerd5838332022-05-27 11:33:10 -05001SUMMARY = "Strict separation of settings from code."
2HOMEPAGE = "https://github.com/henriquebastos/python-decouple/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=a46375b26bb7d7603565d829a2a51782"
6
Andrew Geisslerc5535c92023-01-27 16:10:19 -06007SRC_URI[sha256sum] = "e88a8d6bdf3b07d471a854099e455e20a6fa7a4d6ecf8631b250e3db654336e6"
Andrew Geisslerd5838332022-05-27 11:33:10 -05008
9PYPI_PACKAGE = "python-decouple"
10
11inherit pypi setuptools3
12
13RDEPENDS:${PN} += " \
14 python3-shell \
15 python3-stringold \
16"