diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-04-28 18:20:06 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-04-28 18:21:33 +0200 |
commit | cc8601d5ecc142da53de5fc0ddc7b5f569c2ee84 (patch) | |
tree | 33fd3bfcc7c74ede37472664cb6bd8155160c2bd /dev-python/locket | |
parent | dev-python/repoze-lru: Add python3_6 (diff) | |
download | gentoo-cc8601d5ecc142da53de5fc0ddc7b5f569c2ee84.tar.gz gentoo-cc8601d5ecc142da53de5fc0ddc7b5f569c2ee84.tar.bz2 gentoo-cc8601d5ecc142da53de5fc0ddc7b5f569c2ee84.zip |
dev-python/locket: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/locket')
-rw-r--r-- | dev-python/locket/locket-0.2.0.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/locket/locket-0.2.0.ebuild b/dev-python/locket/locket-0.2.0.ebuild index 67112765f694..1b7a1b9907b4 100644 --- a/dev-python/locket/locket-0.2.0.ebuild +++ b/dev-python/locket/locket-0.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 @@ -16,6 +16,4 @@ SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="" -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |