summaryrefslogtreecommitdiff
path: root/dev-util/buildbot-pkg/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-util/buildbot-pkg/files
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-util/buildbot-pkg/files')
-rw-r--r--dev-util/buildbot-pkg/files/buildbot-pkg-0.9.15_p1-Removedevelopmentvirtualenvironmenthack.patch36
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
-