diff --git a/pbv3_mass_test_adapter_firmware.linux/project-spec/meta-user/recipes-apps/powergui/powergui_1.4.bb b/pbv3_mass_test_adapter_firmware.linux/project-spec/meta-user/recipes-apps/powergui/powergui_1.4.bb index 9730e545436505bbea75fbe49c1d20abd16567e8..1068d849625d378b01b09779a121850fc7400eaf 100644 --- a/pbv3_mass_test_adapter_firmware.linux/project-spec/meta-user/recipes-apps/powergui/powergui_1.4.bb +++ b/pbv3_mass_test_adapter_firmware.linux/project-spec/meta-user/recipes-apps/powergui/powergui_1.4.bb @@ -26,7 +26,8 @@ RDEPENDS_${PN} = " \ ${PYTHON_PN}-dash-auth \ ${PYTHON_PN}-dash-uploader \ ${PYTHON_PN}-dash-table \ - ${PYTHON_PN}-itkdb \ + ${PYTHON_PN}-itkdb (>=0.3.6) \ + ${PYTHON_PN}-httptime \ " do_install_append() { diff --git a/pbv3_mass_test_adapter_firmware.linux/project-spec/meta-user/recipes-devtools/python/python-httptime.inc b/pbv3_mass_test_adapter_firmware.linux/project-spec/meta-user/recipes-devtools/python/python-httptime.inc new file mode 100644 index 0000000000000000000000000000000000000000..969c17c9dad47747c62156b6d094a86bad5e62e6 --- /dev/null +++ b/pbv3_mass_test_adapter_firmware.linux/project-spec/meta-user/recipes-devtools/python/python-httptime.inc @@ -0,0 +1,11 @@ +HOMEPAGE = "https://gitlab.cern.ch/atlas-itk/sw/db/itkdb" +SUMMARY = "Module for timing http queries inside a python program." +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464" + +BPN="httptime" +inherit pypi + +DEPENDS += " \ + ${PYTHON_PN}-setuptools-scm-git-archive-native \ +" diff --git a/pbv3_mass_test_adapter_firmware.linux/project-spec/meta-user/recipes-devtools/python/python3-httptime_0.2.0.bb b/pbv3_mass_test_adapter_firmware.linux/project-spec/meta-user/recipes-devtools/python/python3-httptime_0.2.0.bb new file mode 100644 index 0000000000000000000000000000000000000000..0e09f3a023e575e4928134a022bdb0c03aec45cf --- /dev/null +++ b/pbv3_mass_test_adapter_firmware.linux/project-spec/meta-user/recipes-devtools/python/python3-httptime_0.2.0.bb @@ -0,0 +1,5 @@ +SRC_URI[md5sum] = "2f818280e258f2c3551886d267b5ca39" +SRC_URI[sha256sum] = "db58a9b5d03efdfa82c4425a1e1b9ff531c9f6feb9738a2034d430476ffe38d0" + +inherit setuptools3 +require python-httptime.inc \ No newline at end of file diff --git a/pbv3_mass_test_adapter_firmware.linux/project-spec/meta-user/recipes-devtools/python/python3-itkdb_0.3.6.bb b/pbv3_mass_test_adapter_firmware.linux/project-spec/meta-user/recipes-devtools/python/python3-itkdb_0.3.6.bb new file mode 100644 index 0000000000000000000000000000000000000000..31ad4f3dd7698c667534fbd0744c5aba39f82006 --- /dev/null +++ b/pbv3_mass_test_adapter_firmware.linux/project-spec/meta-user/recipes-devtools/python/python3-itkdb_0.3.6.bb @@ -0,0 +1,5 @@ +SRC_URI[md5sum] = "734daf3fc3ef25646d07fb137b4ad209" +SRC_URI[sha256sum] = "45e00041a37159907448fb091ed66c0ce29761950104f75fafb4ff4481351e3e" + +inherit setuptools3 +require python-itkdb.inc \ No newline at end of file