aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-08-29 14:55:23 +0200
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-08-29 14:55:23 +0200
commit8c563d3aef2a12388603a4fd81c9282222e6ac2f (patch)
tree2bd0fc28912b4f27b18c785f6362b049209b18cd /dev-python
parentdev-python/curio: version bump 1.4 (diff)
downloadguru-8c563d3aef2a12388603a4fd81c9282222e6ac2f.tar.gz
guru-8c563d3aef2a12388603a4fd81c9282222e6ac2f.tar.bz2
guru-8c563d3aef2a12388603a4fd81c9282222e6ac2f.zip
dev-python/sniffio: add py3.9, rem py3.6
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/sniffio/sniffio-1.1.0.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/sniffio/sniffio-1.1.0.ebuild b/dev-python/sniffio/sniffio-1.1.0.ebuild
index 98efb71eb..ca0f46b1b 100644
--- a/dev-python/sniffio/sniffio-1.1.0.ebuild
+++ b/dev-python/sniffio/sniffio-1.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
@@ -18,8 +18,6 @@ LICENSE="|| ( Apache-2.0 MIT )"
KEYWORDS="~amd64 ~x86"
SLOT="0"
-RDEPEND="python_targets_python3_6? ( dev-python/contextvars[python_targets_python3_6] )"
-
DEPEND="test? ( dev-python/curio[${PYTHON_USEDEP}] )"
distutils_enable_sphinx docs/source dev-python/sphinxcontrib-trio