Skip to content
Snippets Groups Projects
Commit 34c4b820 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

SW-699: depend on kombu instead of proton

parent 0fa63222
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ lofar_package(PyMessaging 1.0 DEPENDS PyCommon) ...@@ -5,7 +5,7 @@ lofar_package(PyMessaging 1.0 DEPENDS PyCommon)
lofar_find_package(Python 3.4 REQUIRED) lofar_find_package(Python 3.4 REQUIRED)
include(FindPythonModule) include(FindPythonModule)
find_python_module(proton) find_python_module(kombu)
include(PythonInstall) include(PythonInstall)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment