Skip to content
Snippets Groups Projects
Commit 1f8193cc authored by Attila Krasznahorkay's avatar Attila Krasznahorkay Committed by John Chapman
Browse files

It turns out that the build of the nested_dict module requires the

distribute module to be already installed. This only showed up while
trying to build the AthenaDerivation release using Ninja. With
Makefiles just by chance the installation order was always correct
so far.
parent a1d102cd
No related branches found
No related tags found
No related merge requests found
...@@ -171,7 +171,8 @@ _setup_python_package( keyring ...@@ -171,7 +171,8 @@ _setup_python_package( keyring
# Install nested_dict: # Install nested_dict:
#_setup_python_package( nested_dict #_setup_python_package( nested_dict
# ${CMAKE_CURRENT_SOURCE_DIR}/src/nested_dict-1.0.9.tar.gz # ${CMAKE_CURRENT_SOURCE_DIR}/src/nested_dict-1.0.9.tar.gz
# aeb571306af08142d11fee99ff569019 ) # aeb571306af08142d11fee99ff569019
# DEPENDS distribute )
# Install ordereddict: # Install ordereddict:
_setup_python_package( ordereddict _setup_python_package( ordereddict
......
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