File: do-not-require-future.diff

package info (click to toggle)
graphite2 1.3.14-3
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 23,576 kB
  • sloc: cpp: 14,738; cs: 1,998; python: 1,737; ansic: 1,673; perl: 184; xml: 123; sh: 96; makefile: 53
file content (12 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/setup.py b/setup.py
index 3433cd3..b54dc29 100755
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,6 @@ setup(
     zip_safe         = False,
     package_dir      = {'': 'python'},
     packages         = ['graphite2'],
-    install_requires = ['future'],
     long_description = long_description,
     long_description_content_type = 'text/markdown',
     classifiers = [