File: 10_dont_install_futures.patch

package info (click to toggle)
python-concurrent.futures 2.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 252 kB
  • sloc: python: 1,495; makefile: 93
file content (16 lines) | stat: -rw-r--r-- 900 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: 'futures' is only a compatibility module for concurrent.futures; we don't install it
Author: Sandro Tosi <morph@debian.org>
Forwarded: not-needed
Index: python-concurrent.futures-2.1.2/setup.py
===================================================================
--- python-concurrent.futures-2.1.2.orig/setup.py	2012-04-08 11:27:31.471451993 +0200
+++ python-concurrent.futures-2.1.2/setup.py	2012-04-08 11:27:41.787792674 +0200
@@ -19,7 +19,7 @@
       maintainer_email='alex.gronholm+pypi@nextday.fi',
       url='http://code.google.com/p/pythonfutures',
       download_url='http://pypi.python.org/pypi/futures/',
-      packages=['futures', 'concurrent', 'concurrent.futures'],
+      packages=['concurrent', 'concurrent.futures'],
       license='BSD',
       classifiers=['License :: OSI Approved :: BSD License',
                    'Development Status :: 5 - Production/Stable',