dev-python/python-telegram-bot: verbump 13.14

Closes: https://bugs.gentoo.org/848342
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2022-09-17 13:32:23 +02:00
parent c18f09feeb
commit 59fed255b9
3 changed files with 7 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_8 )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -22,6 +22,10 @@ fi
LICENSE="GPL-3"
SLOT="0"
# This error is really strange
# UserWarning: python-telegram-bot is using upstream urllib3. This is allowed but not supported by python-telegram-bot maintainers.
RESTRICT="test"
RDEPEND="
dev-python/certifi[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]