diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-27 19:30:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-27 19:33:41 +0200 |
commit | bcc2bf419a1f085401ea53548fc88f4e41d53717 (patch) | |
tree | dd1d007d4902c0f44a4a1b7709b4b0bf54189529 /dev-python | |
parent | app-admin/consul-template: Bump to version 0.22.0 (diff) | |
download | gentoo-bcc2bf419a1f085401ea53548fc88f4e41d53717.tar.gz gentoo-bcc2bf419a1f085401ea53548fc88f4e41d53717.tar.bz2 gentoo-bcc2bf419a1f085401ea53548fc88f4e41d53717.zip |
dev-python/pythong: Dep on dev-python/pmw directly
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pythong/pythong-2.1.5-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pythong/pythong-2.1.5-r2.ebuild b/dev-python/pythong/pythong-2.1.5-r2.ebuild index fa40cbcd91b9..7c1059971d29 100644 --- a/dev-python/pythong/pythong-2.1.5-r2.ebuild +++ b/dev-python/pythong/pythong-2.1.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -26,7 +26,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} >=dev-lang/tk-8.3.4:0= - virtual/python-pmw[${PYTHON_USEDEP}]" + dev-python/pmw:py2[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_PN}-${MY_PV}" |