summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlawomir Lis <slis@gentoo.org>2016-06-27 08:41:02 +0200
committerSlawomir Lis <slis@gentoo.org>2016-06-27 08:41:02 +0200
commit7aa3f5e065d3b86e228b4bba93d5d9e9db1df87f (patch)
tree1a5dc8b9fa0134ed537d48d75b714d51b13a82fe /dev-python/django-mptt/files
parentnet-misc/dropbox: bump to 6.3.13, add python-single-r1 eclass (diff)
downloadgentoo-7aa3f5e065d3b86e228b4bba93d5d9e9db1df87f.tar.gz
gentoo-7aa3f5e065d3b86e228b4bba93d5d9e9db1df87f.tar.bz2
gentoo-7aa3f5e065d3b86e228b4bba93d5d9e9db1df87f.zip
version bump
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-python/django-mptt/files')
-rw-r--r--dev-python/django-mptt/files/exclude_tests.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/django-mptt/files/exclude_tests.patch b/dev-python/django-mptt/files/exclude_tests.patch
new file mode 100644
index 000000000000..36b5ad493689
--- /dev/null
+++ b/dev-python/django-mptt/files/exclude_tests.patch
@@ -0,0 +1,11 @@
+--- setup.py.orig 2016-06-27 08:09:57.408674058 +0200
++++ setup.py 2016-06-27 08:10:31.112007190 +0200
+@@ -12,7 +12,7 @@
+ author_email='craig.ds@gmail.com',
+ url='http://github.com/django-mptt/django-mptt',
+ license='MIT License',
+- packages=find_packages(),
++ packages=find_packages(exclude=('tests', 'tests.*',)),
+ include_package_data=True,
+ install_requires=(
+ 'Django>=1.8',