aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/bottle/files/bottle-0.10.9-python3tests.patch')
-rw-r--r--dev-python/bottle/files/bottle-0.10.9-python3tests.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/bottle/files/bottle-0.10.9-python3tests.patch b/dev-python/bottle/files/bottle-0.10.9-python3tests.patch
deleted file mode 100644
index de8a2a8..0000000
--- a/dev-python/bottle/files/bottle-0.10.9-python3tests.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ur bottle-0.10.9.orig/setup.py bottle-0.10.9/setup.py
---- setup.py 2012-02-12 02:43:46.000000000 +0800
-+++ setup.py 2012-05-19 00:25:44.750914193 +0800
-@@ -40,7 +40,8 @@
- 'Topic :: Software Development :: Libraries :: Application Frameworks',
- 'Programming Language :: Python :: 2.6',
- 'Programming Language :: Python :: 3'],
-- cmdclass = {'build_py': build_py}
-+ cmdclass = {'build_py': build_py},
-+ packages=["test"]
- )
-
-