commit:     e704cfdf2fd30f73353f29e1b4f96be577076f7a
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Jun  3 18:19:56 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Jun  4 16:45:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e704cfdf

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 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16060
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 ...1-Removedevelopmentvirtualenvironmenthack.patch | 36 ----------------------
 1 file changed, 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 ac17539c4e0..00000000000
--- 
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 <dol...@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
-

Reply via email to