mirror of
https://github.com/openglow-org/forgefirm.git
synced 2026-09-27 08:41:13 -07:00
16 lines
429 B
BlitzBasic
16 lines
429 B
BlitzBasic
# SPDX-License-Identifier: MIT
|
|
|
|
DESCRIPTION = "Shared ForgeFIRM web-service hardware-machine glue (gfhome + gfcloud)"
|
|
|
|
require forgefirm-app.inc
|
|
|
|
inherit python3-dir
|
|
|
|
do_install() {
|
|
install -Dm 0644 ${S}/forgefirm-app/ffmachine.py ${D}${PYTHON_SITEPACKAGES_DIR}/ffmachine.py
|
|
}
|
|
|
|
FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}/ffmachine.py"
|
|
|
|
RDEPENDS:${PN} += "python3-core python3-gfhardware python3-gfutilities python3-requests"
|