diff --git a/dev-python/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2.ebuild b/dev-python/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2.ebuild index f8e43d9d35..08e1716b9a 100644 --- a/dev-python/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2.ebuild +++ b/dev-python/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2.ebuild @@ -7,16 +7,16 @@ EPYTEST_DESELECT=( jsonpath_rw_ext/tests/test_jsonpath_rw_ext.py::TestJsonpath_rw_ext::test_fields_value jsonpath_rw_ext/tests/test_jsonpath_rw_ext.py::TestJsonpath_rw_ext::test_shortcut_functions ) +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..10} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Extensions for JSONPath RW" HOMEPAGE=" https://pypi.org/project/jsonpath-rw-ext/ https://github.com/sileht/python-jsonpath-rw-ext " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="Apache-2.0"