mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
dev-python/oslo-vmware: enable py3.9
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -4,13 +4,13 @@
|
|||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
EPYTEST_DESELECT=( oslo_vmware/tests/test_service.py::RequestsTransportTest::test_send_with_local_file_url )
|
EPYTEST_DESELECT=( oslo_vmware/tests/test_service.py::RequestsTransportTest::test_send_with_local_file_url )
|
||||||
PYTHON_COMPAT=( python3_8 )
|
PYTHON_COMPAT=( python3_{8..9} )
|
||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
DESCRIPTION="Oslo VMware library for OpenStack projects"
|
DESCRIPTION="Oslo VMware library for OpenStack projects"
|
||||||
HOMEPAGE="
|
HOMEPAGE="
|
||||||
https://pypi.org/project/oslo.vmware
|
https://pypi.org/project/oslo.vmware/
|
||||||
https://opendev.org/openstack/oslo.vmware
|
https://opendev.org/openstack/oslo.vmware
|
||||||
https://launchpad.net/oslo.vmware
|
https://launchpad.net/oslo.vmware
|
||||||
"
|
"
|
||||||
@@ -36,9 +36,8 @@ RDEPEND="
|
|||||||
>=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
|
>=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
|
||||||
>=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
|
>=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
|
||||||
"
|
"
|
||||||
DEPEND="
|
DEPEND="${RDEPEND}"
|
||||||
${RDEPEND}
|
BDEPEND="
|
||||||
>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
|
|
||||||
test? (
|
test? (
|
||||||
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
|
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
|
||||||
>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
|
>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
|
||||||
@@ -48,7 +47,3 @@ DEPEND="
|
|||||||
"
|
"
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
distutils_enable_tests pytest
|
||||||
|
|
||||||
python_prepare() {
|
|
||||||
sed -i '/^suds-jurko/d' requirements.txt || die
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user