diff --git a/package/python-pbr/Config.in.host b/package/python-pbr/Config.in.host index 9bfc83935b..5d5498899c 100644 --- a/package/python-pbr/Config.in.host +++ b/package/python-pbr/Config.in.host @@ -1,6 +1,5 @@ config BR2_PACKAGE_HOST_PYTHON_PBR bool "host python-pbr" - depends on BR2_PACKAGE_HOST_PYTHON || BR2_PACKAGE_HOST_PYTHON3 help PBR is a library that injects some useful and sensible default behaviors into your setuptools run. It started off life as the chunks of code that were copied between all of the OpenStack projects. Around the time that OpenStack hit 18 different projects each with at least 3 active branches, it seemed like a good time to make that code into a proper reusable library.