Blame 0001-Do-not-install-typing.py.patch

8600e1b
From 42498a957f88bdd9a956508453b651d0d9b99f98 Mon Sep 17 00:00:00 2001
4be7ba4
From: David Shea <dshea@redhat.com>
4be7ba4
Date: Tue, 15 Dec 2015 10:06:52 -0500
8600e1b
Subject: [PATCH 1/3] Do not install typing.py
4be7ba4
4be7ba4
This module is not needed with Python 3.5
4be7ba4
---
4be7ba4
 setup.py | 2 +-
4be7ba4
 1 file changed, 1 insertion(+), 1 deletion(-)
4be7ba4
4be7ba4
diff --git a/setup.py b/setup.py
4be7ba4
index 7ac47a7..8687c58 100644
4be7ba4
--- a/setup.py
4be7ba4
+++ b/setup.py
4be7ba4
@@ -78,7 +78,7 @@ setup(name='mypy-lang',
4be7ba4
       url='http://www.mypy-lang.org/',
4be7ba4
       license='MIT License',
4be7ba4
       platforms=['POSIX'],
4be7ba4
-      package_dir={'': 'lib-typing/3.2', 'mypy': 'mypy'},
4be7ba4
+      package_dir={'mypy': 'mypy'},
4be7ba4
       py_modules=['typing'],
4be7ba4
       packages=['mypy'],
4be7ba4
       scripts=['scripts/mypy', 'scripts/stubgen'],
4be7ba4
-- 
8600e1b
2.7.0
4be7ba4