commit: a22ebc43f0a21d364b10c9a0cc193c0d8c4ceac6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu May 14 11:55:59 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu May 14 11:57:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22ebc43
dev-python/sqlparse: Fix building docs Closes: https://bugs.gentoo.org/714782 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/sqlparse/sqlparse-0.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sqlparse/sqlparse-0.3.1.ebuild b/dev-python/sqlparse/sqlparse-0.3.1.ebuild index 24776e358cb..8b5e082e498 100644 --- a/dev-python/sqlparse/sqlparse-0.3.1.ebuild +++ b/dev-python/sqlparse/sqlparse-0.3.1.ebuild @@ -19,5 +19,5 @@ KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-lin LICENSE="BSD-2" IUSE="doc" -distutils_enable_sphinx docs +distutils_enable_sphinx docs/source distutils_enable_tests pytest