Commented boost libraries linked in order for plotting to work. Don't know how to force pybombs to install boost_iostreams.
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 228897a..ef29d6c 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -43,9 +43,10 @@
 
 add_library(gnuradio-gsm SHARED ${gsm_sources})
 target_link_libraries(gnuradio-gsm ${Boost_LIBRARIES} ${GNURADIO_RUNTIME_LIBRARIES} ${VOLK_LIBRARIES}
-    boost_iostreams
-    boost_system
-    boost_filesystem
+# libraries required by plotting.h - have troubles to be installed by pybombs
+#    boost_iostreams
+#    boost_system
+#    boost_filesystem
 )
 set_target_properties(gnuradio-gsm PROPERTIES DEFINE_SYMBOL "gnuradio_gsm_EXPORTS")