diff --git a/dev-python/tekore/tekore-1.7.0.ebuild b/dev-python/tekore/tekore-1.7.0.ebuild index 053b6d08ea..67deaf4eb8 100644 --- a/dev-python/tekore/tekore-1.7.0.ebuild +++ b/dev-python/tekore/tekore-1.7.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 @@ -16,15 +16,11 @@ LICENSE="MIT" KEYWORDS="~amd64 ~x86" SLOT="0" -# tests fail with py3_6: no module named run -RESTRICT="python_targets_python3_6? ( test )" - RDEPEND=" dev-python/requests[${PYTHON_USEDEP}] >=dev-python/httpx-0.11.1[${PYTHON_USEDEP}]