# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_8 ) inherit distutils-r1 DESCRIPTION="Windows / Hyper-V library for OpenStack projects." HOMEPAGE=" https://github.com/openstack/os-win https://opendev.org/openstack/os-win https://launchpad.net/os-win https://pypi.org/project/os-win/ " SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" RDEPEND=" >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] >=dev-python/eventlet-0.22.0[${PYTHON_USEDEP}] >=dev-python/oslo-concurrency-3.29.0[${PYTHON_USEDEP}] >=dev-python/oslo-config-6.8.0[${PYTHON_USEDEP}] >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}] >=dev-python/oslo-utils-4.7.0[${PYTHON_USEDEP}] >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}] " DEPEND=" ${RDEPEND} test? ( >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}] >=dev-python/ddt-1.2.1[${PYTHON_USEDEP}] >=dev-python/oslotest-3.8.0[${PYTHON_USEDEP}] >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}] >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] ) " distutils_enable_tests pytest