dev-python/lockfile: Remove upper-bound on dev-python/pbr

Package-Manager: portage-2.2.23_p4
This commit is contained in:
Mike Gilbert
2015-10-15 21:50:43 -04:00
parent 41d3994a37
commit 86e5533e18

View File

@@ -19,13 +19,17 @@ IUSE="doc test"
DEPEND="
>dev-python/pbr-0.7[${PYTHON_USEDEP}]
<dev-python/pbr-1[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
RDEPEND=""
DOCS=( ACKS AUTHORS ChangeLog README.rst RELEASE-NOTES )
python_prepare_all() {
rm requirements.txt || die
distutils-r1_python_prepare_all
}
python_compile_all() {
if use doc; then
einfo "Generation of documentation"