host-python-pbr: remove wrong deps

This commit is contained in:
Calin Crisan 2019-01-22 23:20:39 +02:00
parent c428ec3d2c
commit 69e4d9b1fa

View File

@ -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.