diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-21 17:45:51 +0000 | 
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-21 17:45:51 +0000 | 
| commit | dc7ac8d8f694b845d15f999c53044c04a29e778b (patch) | |
| tree | 1b77a2140937a50df6b0b68fdd5d7a590b9231a9 /recipes-devtools/python/python-backports-lzma | |
| parent | e57a346f7d183bd1e3017bfcb36ae5d1b6f2902f (diff) | |
| download | meta-virtualization-dc7ac8d8f694b845d15f999c53044c04a29e778b.tar.gz | |
python: drop python-backports-lzma
Now that we are python 3.3+ only, we no longer need this backport.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-backports-lzma')
| -rw-r--r-- | recipes-devtools/python/python-backports-lzma/fix_paths.patch | 17 | 
1 files changed, 0 insertions, 17 deletions
| diff --git a/recipes-devtools/python/python-backports-lzma/fix_paths.patch b/recipes-devtools/python/python-backports-lzma/fix_paths.patch deleted file mode 100644 index c2b374f6..00000000 --- a/recipes-devtools/python/python-backports-lzma/fix_paths.patch +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | --- | ||
| 2 | setup.py | 4 ++-- | ||
| 3 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
| 4 | |||
| 5 | --- a/setup.py | ||
| 6 | +++ b/setup.py | ||
| 7 | @@ -32,8 +32,8 @@ | ||
| 8 | extens = [Extension('backports/lzma/_lzma', | ||
| 9 | ['backports/lzma/_lzmamodule.c'], | ||
| 10 | libraries = ['lzma'], | ||
| 11 | - include_dirs = [os.path.join(home, 'include'), '/opt/local/include', '/usr/local/include'], | ||
| 12 | - library_dirs = [os.path.join(home, 'lib'), '/opt/local/lib', '/usr/local/lib'] | ||
| 13 | + include_dirs = [], | ||
| 14 | + library_dirs = [] | ||
| 15 | )] | ||
| 16 | |||
| 17 | descr = "Backport of Python 3.3's 'lzma' module for XZ/LZMA compressed files." | ||
