Skip to content

PyModules: Add missing entrypoints dependency

Frank Winklmeier requested to merge fwinkl/atlasexternals:entrypoints into master

@smh noticed that flake8 doesn't work in our installed python3 nightlies. It works fine during the build, so it's the usual problem of missing RPM dependencies. I suppose entrypoints in our regular builds got installed at some point by another package. So this missing dependency only showed up once we installed the LCG build from scratch in our python3 nightlies.

Merge request reports