mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
dev-python/lockfile: Remove upper-bound on dev-python/pbr
Package-Manager: portage-2.2.23_p4
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user