diff options
author | Florian Schmaus <flo@geekplace.eu> | 2020-08-17 17:34:23 +0200 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2020-09-01 21:17:08 +0100 |
commit | 1fca18b635202b54a95350f6d74ae322d0f44c05 (patch) | |
tree | 728da58362f6c77de7a33792c635c10a69f9a9bb /net-im/poezio | |
parent | net-im/poezio: add ebuild for version 0.13.1 (diff) | |
download | gentoo-1fca18b635202b54a95350f6d74ae322d0f44c05.tar.gz gentoo-1fca18b635202b54a95350f6d74ae322d0f44c05.tar.bz2 gentoo-1fca18b635202b54a95350f6d74ae322d0f44c05.zip |
net-im/poezio: update the live ebuild
This syncs the live ebuild with the latest poezio
ebuild (poezio-0.13.1.ebuild) which was added with
bf6491e7996 ("net-im/poezio: add ebuild for version 0.13.1").
Package-Manager: Portage-3.0.3, Repoman-2.3.23
Signed-off-by: Florian Schmaus <flo@geekplace.eu>
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
Diffstat (limited to 'net-im/poezio')
-rw-r--r-- | net-im/poezio/poezio-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild index 2946371c46b8..89a6ccb69f4d 100644 --- a/net-im/poezio/poezio-9999.ebuild +++ b/net-im/poezio/poezio-9999.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 ) + +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 readme.gentoo-r1 @@ -23,14 +24,13 @@ RDEPEND=" dev-python/aiodns[${PYTHON_USEDEP}] dev-python/pyasn1-modules[${PYTHON_USEDEP}] dev-python/pyasn1[${PYTHON_USEDEP}] - dev-python/slixmpp[${PYTHON_USEDEP}] + >=dev-python/slixmpp-1.5.2[${PYTHON_USEDEP}] " distutils_enable_tests pytest DOC_CONTENTS=" Install these optional runtime dependencies for additional features. -* dev-python/potr for OTR encryption support. * dev-python/pyinotify for screen autoaway plugin support. " DISABLE_AUTOFORMATTING=true |