From 26ea744ef46212495b5c53c03f019074cae6e8dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 14 Oct 2020 09:02:05 +0200 Subject: [PATCH] dev-python/sqlalchemy: Remove broken doc support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The doc support requires unpackaged dependencies, and we are not currently interested in maintaining even more optional dependencies. Closes: https://bugs.gentoo.org/724584 Signed-off-by: Michał Górny --- dev-python/sqlalchemy/sqlalchemy-1.3.17.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/sqlalchemy/sqlalchemy-1.3.17.ebuild b/dev-python/sqlalchemy/sqlalchemy-1.3.17.ebuild index 9ae4dbf92750c..626ce4bdced04 100644 --- a/dev-python/sqlalchemy/sqlalchemy-1.3.17.ebuild +++ b/dev-python/sqlalchemy/sqlalchemy-1.3.17.ebuild @@ -30,7 +30,6 @@ BDEPEND=" " distutils_enable_tests pytest -distutils_enable_sphinx doc python_prepare_all() { # Disable tests hardcoding function call counts specific to Python versions.