mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-06-13 19:18:06 -07:00
dev-python/hcloud-python: fix DEPEND
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
This commit is contained in:
@@ -16,11 +16,14 @@ SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="doc examples"
|
||||
|
||||
RDEPEND="dev-python/future[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
COMMON_DEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]"
|
||||
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
dev-python/future[${PYTHON_USEDEP}]"
|
||||
|
||||
# it can be delete for the next release bump
|
||||
# https://github.com/hetznercloud/hcloud-python/pull/41
|
||||
|
||||
Reference in New Issue
Block a user