Skip to content
Snippets Groups Projects
Commit 2c5e9e45 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

AtlasPyFwdBwdPorts: remove extensions module

PyUtils/acmd.py was the only client of the `extensions` module. After
the migration of `acmd` to it own plugin system, we no longer need to
build this external module.
parent a5549505
No related branches found
No related tags found
No related merge requests found
......@@ -79,12 +79,6 @@ function( _setup_python_package name file md5 )
endfunction( _setup_python_package )
# Install extensions:
_setup_python_package( extensions
${CMAKE_CURRENT_SOURCE_DIR}/src/extensions-0.4.tar.gz
e498fe6da146aefb677c3e8a210fbb29
SINGLE_VERSION )
# Install futures:
_setup_python_package( futures
${CMAKE_CURRENT_SOURCE_DIR}/src/futures-2.1.2.tar.gz
......
File deleted
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