diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-06-03 20:19:56 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-04 12:45:55 -0400 |
commit | e704cfdf2fd30f73353f29e1b4f96be577076f7a (patch) | |
tree | 2abd6b13d1cf8250d4e4f276d9d3c382c7116519 /dev-util/buildbot-pkg | |
parent | net-analyzer/netdata: Depend on dev-libs/json-c:= (diff) | |
download | gentoo-e704cfdf2fd30f73353f29e1b4f96be577076f7a.tar.gz gentoo-e704cfdf2fd30f73353f29e1b4f96be577076f7a.tar.bz2 gentoo-e704cfdf2fd30f73353f29e1b4f96be577076f7a.zip |
dev-util/buildbot-pkg: remove unused patch(es)
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16060
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-util/buildbot-pkg')
-rw-r--r-- | dev-util/buildbot-pkg/files/buildbot-pkg-0.9.15_p1-Removedevelopmentvirtualenvironmenthack.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-util/buildbot-pkg/files/buildbot-pkg-0.9.15_p1-Removedevelopmentvirtualenvironmenthack.patch b/dev-util/buildbot-pkg/files/buildbot-pkg-0.9.15_p1-Removedevelopmentvirtualenvironmenthack.patch deleted file mode 100644 index ac17539c4e0d..000000000000 --- a/dev-util/buildbot-pkg/files/buildbot-pkg-0.9.15_p1-Removedevelopmentvirtualenvironmenthack.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 6d9f81ec15b7b18f8791981a0d65dc4f266022ca Mon Sep 17 00:00:00 2001 -From: Brian Dolbec <dolsen@gentoo.org> -Date: Mon, 15 Jan 2018 16:27:54 -0800 -Subject: [PATCH] pkg/buildbot_pkg.py: Remove development virtualenvironment - hack - -This hack is not needed/nor works reliably in non-virtualenv installs. ---- - pkg/buildbot_pkg.py | 11 ----------- - 1 file changed, 11 deletions(-) - -diff --git a/buildbot_pkg.py b/buildbot_pkg.py -index 89847b040..7788e12d6 100644 ---- a/buildbot_pkg.py -+++ b/buildbot_pkg.py -@@ -33,17 +33,6 @@ import setuptools.command.build_py - import setuptools.command.egg_info - from setuptools import setup - --old_listdir = os.listdir -- -- --def listdir(path): -- # patch listdir to avoid looking into node_modules -- l = old_listdir(path) -- if "node_modules" in l: -- l.remove("node_modules") -- return l --os.listdir = listdir -- - - def check_output(cmd): - """Version of check_output which does not throw error""" --- -2.15.1 - |