commit: 26ea744ef46212495b5c53c03f019074cae6e8dc Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Oct 14 07:02:05 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Oct 14 07:02:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ea744e
dev-python/sqlalchemy: Remove broken doc support 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 <mgorny <AT> gentoo.org> 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 9ae4dbf9275..626ce4bdced 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.
