From 1583b027c464eb721ddbb8bc2aedcd97d0f384e1 Mon Sep 17 00:00:00 2001 From: atopilski Date: Mon, 25 Jan 2021 02:00:58 -0500 Subject: [PATCH] Pyfastostream --- pyfastogt/build_utils.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyfastogt/build_utils.py b/pyfastogt/build_utils.py index 3fe5563..6db2f9f 100644 --- a/pyfastogt/build_utils.py +++ b/pyfastogt/build_utils.py @@ -183,6 +183,9 @@ class BuildRequest(object): def update_pyfastogt(self): self._clone_and_build_via_python3(generate_fastogt_github_path('pyfastogt')) + def update_pyfastostream(self): + self._clone_and_build_via_python3(generate_fastogt_github_path('pyfastostream')) + def build_common(self, with_qt=False): cmake_flags = [] if with_qt: