diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-06-04 23:46:31 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-06-17 20:34:56 -0400 |
commit | 406d8e2a35a66a18173928b6e18eaf22ad4d41e9 (patch) | |
tree | 72803423ddab9f066e68351d66299dd33b2c300b /dev-python/hiredis/files | |
parent | dev-lang/R: remove unused patches (diff) | |
download | gentoo-406d8e2a35a66a18173928b6e18eaf22ad4d41e9.tar.gz gentoo-406d8e2a35a66a18173928b6e18eaf22ad4d41e9.tar.bz2 gentoo-406d8e2a35a66a18173928b6e18eaf22ad4d41e9.zip |
dev-python/hiredis: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12193
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/hiredis/files')
-rw-r--r-- | dev-python/hiredis/files/hiredis-0.2.0-system-libs.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/hiredis/files/hiredis-0.2.0-system-libs.patch b/dev-python/hiredis/files/hiredis-0.2.0-system-libs.patch deleted file mode 100644 index 6cd22292deb9..000000000000 --- a/dev-python/hiredis/files/hiredis-0.2.0-system-libs.patch +++ /dev/null @@ -1,28 +0,0 @@ -Remove vendor and var 'lib' from setup.py -diff -u hiredis-0.2.0.orig/setup.py hiredis-0.2.0/setup.py ---- setup.py 2015-06-21 11:47:28.796472027 +0800 -+++ setup.py 2015-06-21 11:49:53.047949803 +0800 -@@ -40,12 +40,9 @@ - # supported Python versions is worse... - # - # Also see: https://github.com/pietern/hiredis-py/issues/15 --lib = ("hiredis_for_hiredis_py", { -- "sources": ["vendor/hiredis/%s.c" % src for src in ("read", "sds")]}) - - ext = Extension("hiredis.hiredis", -- sources=glob.glob("src/*.c"), -- include_dirs=["vendor"]) -+ sources=glob.glob("src/*.c")) - - setup( - name="hiredis", -@@ -57,7 +54,6 @@ - keywords=["Redis"], - license="BSD", - packages=["hiredis"], -- libraries=[lib], - ext_modules=[ext], - - # Override "install_lib" command -Common subdirectories: hiredis-0.2.0.orig/src and hiredis-0.2.0/src -Common subdirectories: hiredis-0.2.0.orig/vendor and hiredis-0.2.0/vendor |