summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2016-08-31 09:49:09 +0200
committerTobias Klausmann <klausman@gentoo.org>2016-08-31 09:49:09 +0200
commitfe69890467252025970bca16b8e9f88b6dd85012 (patch)
tree1c39d72cee2d5b4eb545181e38ea9d301df85a92 /dev-python/sphinxcontrib-napoleon/files
parentdev-python/scapy-python3: Initial addition to the tree (diff)
downloadgentoo-fe69890467252025970bca16b8e9f88b6dd85012.tar.gz
gentoo-fe69890467252025970bca16b8e9f88b6dd85012.tar.bz2
gentoo-fe69890467252025970bca16b8e9f88b6dd85012.zip
dev-python/sphinxcontrib-napoleon: Initial addition to the tree
Diffstat (limited to 'dev-python/sphinxcontrib-napoleon/files')
-rw-r--r--dev-python/sphinxcontrib-napoleon/files/no_installed_tests.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/sphinxcontrib-napoleon/files/no_installed_tests.patch b/dev-python/sphinxcontrib-napoleon/files/no_installed_tests.patch
new file mode 100644
index 000000000000..20ba790b8523
--- /dev/null
+++ b/dev-python/sphinxcontrib-napoleon/files/no_installed_tests.patch
@@ -0,0 +1,11 @@
+--- setup.py.orig 2016-08-03 16:43:35.775261808 +0200
++++ setup.py 2016-08-03 16:43:56.126054227 +0200
+@@ -43,7 +43,7 @@
+ 'Framework :: Sphinx :: Extension',
+ ],
+ platforms='any',
+- packages=find_packages(),
++ packages=["sphinxcontrib"],
+ include_package_data=True,
+ install_requires=reqs,
+ test_suite='nose.collector',