Currently the pbr version is strictly pinned on the minor version. This prevents me from installing packages that depend on different pyscaffold versions, i.e. I cannot have a package setup with PyScaffold 2.3 and one with PyScaffold 2.4.1 in my virtualenv. To solve this problem, PyScaffold should specify only the minimum required version in its dependencies.
Currently the pbr version is strictly pinned on the minor version. This prevents me from installing packages that depend on different pyscaffold versions, i.e. I cannot have a package setup with PyScaffold 2.3 and one with PyScaffold 2.4.1 in my virtualenv. To solve this problem, PyScaffold should specify only the minimum required version in its dependencies.