diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2020-02-16 11:59:01 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-02-16 11:59:01 -0800 |
commit | 3f9d03e9acee08e387d8bdcb10f5e7820a56c607 (patch) | |
tree | 291e085d7c483091f5bf964e5be283eecc68d890 /dev-python/libtmux | |
parent | app-misc/tmuxp-1.5.4: Move to DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-3f9d03e9acee08e387d8bdcb10f5e7820a56c607.tar.gz gentoo-3f9d03e9acee08e387d8bdcb10f5e7820a56c607.tar.bz2 gentoo-3f9d03e9acee08e387d8bdcb10f5e7820a56c607.zip |
dev-python/libtmux-0.8.2-r1: Pull in >=tmux-2.9a (maybe bug #709834)
It appears upstream tmux changes their error codes, so let's force a
recent version to make sure that the errors match modern Gentoo
installations.
Bug: https://bugs.gentoo.org/709834
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/libtmux')
-rw-r--r-- | dev-python/libtmux/libtmux-0.8.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/libtmux/libtmux-0.8.2-r1.ebuild b/dev-python/libtmux/libtmux-0.8.2-r1.ebuild index 778843b525cc..a7793e8471d4 100644 --- a/dev-python/libtmux/libtmux-0.8.2-r1.ebuild +++ b/dev-python/libtmux/libtmux-0.8.2-r1.ebuild @@ -2,8 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 DESCRIPTION="python api for tmux" @@ -14,8 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~x86" -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="app-misc/tmux" +RDEPEND=">=app-misc/tmux-2.9a" PATCHES=( "${FILESDIR}/libtmux-0.8.2-tests.patch" |