diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-28 15:57:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-28 15:58:10 +0200 |
commit | 5fa5ce630662959438ef033f8dbefb720c0a85db (patch) | |
tree | e0825a84e3f38b4ad2835bb062bc5033d05d1d57 /dev-python/boto3 | |
parent | dev-python/botocore: Remove broken USE=doc (diff) | |
download | gentoo-5fa5ce630662959438ef033f8dbefb720c0a85db.tar.gz gentoo-5fa5ce630662959438ef033f8dbefb720c0a85db.tar.bz2 gentoo-5fa5ce630662959438ef033f8dbefb720c0a85db.zip |
dev-python/boto3: Remove broken USE=doc
Closes: https://bugs.gentoo.org/902827
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/boto3')
-rw-r--r-- | dev-python/boto3/boto3-1.26.99.ebuild | 2 | ||||
-rw-r--r-- | dev-python/boto3/boto3-9999.ebuild | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/dev-python/boto3/boto3-1.26.99.ebuild b/dev-python/boto3/boto3-1.26.99.ebuild index 9523f65d5fb9..2a4a7643203e 100644 --- a/dev-python/boto3/boto3-1.26.99.ebuild +++ b/dev-python/boto3/boto3-1.26.99.ebuild @@ -43,8 +43,6 @@ BDEPEND=" ) " -distutils_enable_sphinx docs/source \ - 'dev-python/guzzle_sphinx_theme' distutils_enable_tests pytest python_prepare_all() { diff --git a/dev-python/boto3/boto3-9999.ebuild b/dev-python/boto3/boto3-9999.ebuild index ed743a9900ca..02acad650533 100644 --- a/dev-python/boto3/boto3-9999.ebuild +++ b/dev-python/boto3/boto3-9999.ebuild @@ -43,8 +43,6 @@ BDEPEND=" ) " -distutils_enable_sphinx docs/source \ - 'dev-python/guzzle_sphinx_theme' distutils_enable_tests pytest python_prepare_all() { |