app-misc/telegram-send: fix DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/815784
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2021-10-02 15:13:10 +03:00
parent e95fbbaa44
commit 8b0f1e0e70

View File

@@ -1,11 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
DESCRIPTION="Send messages and files over Telegram from the command-line"