aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-09-24 13:52:15 +0200
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-09-24 13:52:15 +0200
commit2f15e2d1786744d8a134c0b99d3bf1f029986be0 (patch)
tree1bdf5b4d72a10c952caa2e79a11e7a3b168a25ef /dev-python/manhole
parentdev-python/sphinxcontrib-napoleon: add missing dep (diff)
downloadguru-2f15e2d1786744d8a134c0b99d3bf1f029986be0.tar.gz
guru-2f15e2d1786744d8a134c0b99d3bf1f029986be0.tar.bz2
guru-2f15e2d1786744d8a134c0b99d3bf1f029986be0.zip
dev-python/manhole: drop py3.6
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-python/manhole')
-rw-r--r--dev-python/manhole/manhole-1.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/manhole/manhole-1.6.0.ebuild b/dev-python/manhole/manhole-1.6.0.ebuild
index 169620c5f..8c035eb8e 100644
--- a/dev-python/manhole/manhole-1.6.0.ebuild
+++ b/dev-python/manhole/manhole-1.6.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1