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

ART: Add missing dependency on python packages

Several python packages were used from the now removed AtlasPyFwdBwdPorts
package. As such they it didn't need an explicit dependency. All these
packages are now available via LCG and should be declared as explicit
dependency to ensure they get installed.
parent a0897ac9
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
#
# CMake configuration file for the ART package.
#
......@@ -11,6 +11,12 @@ atlas_subdir( ART )
atlas_depends_on_subdirs( PRIVATE
TestPolicy )
# External dependencies:
find_package( futures )
find_package( requests )
find_package( scandir )
find_package( pyyaml )
# Install files from the package:
atlas_install_python_modules( python/ART/*.py )
atlas_install_scripts( scripts/*.py scripts/*.sh )
......
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