From 4a9266a09dd0937c7e30f01d20ea20a5f8647764 Mon Sep 17 00:00:00 2001
From: Stephan Hageboeck <stephan.hageboeck@cern.ch>
Date: Thu, 5 Jan 2023 17:44:16 +0100
Subject: [PATCH] Tell cmake that the df032 tutorial needs numpy.

---
 tutorials/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tutorials/CMakeLists.txt b/tutorials/CMakeLists.txt
index 55726b64088..276f23241cf 100644
--- a/tutorials/CMakeLists.txt
+++ b/tutorials/CMakeLists.txt
@@ -804,6 +804,7 @@ if(ROOT_pyroot_FOUND)
   # and add it to the list "fixtureLists" below.
   file(GLOB requires_numpy   RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
       dataframe/df026_AsNumpyArrays.py
+      dataframe/df032_RDFFromNumpy.py
       fit/combinedFit.py
       fit/multifit.py
       roofit/rf409_NumPyPandasToRooFit.py)
-- 
GitLab