summaryrefslogtreecommitdiff
path: root/dev-python/carbon/files/no-data-files.patch
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-27 10:56:35 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-27 11:13:47 +0100
commit80e0c2b03de04481d30491a15eb27f6a2ba64a5a (patch)
treead5a9279cd62bee620988ec75c3888a49978689e /dev-python/carbon/files/no-data-files.patch
parent2a4cd301fcb851904b10c703ee5c67c09c5fbfa4 (diff)
downloadgentoo-80e0c2b03de04481d30491a15eb27f6a2ba64a5a.tar.gz
gentoo-80e0c2b03de04481d30491a15eb27f6a2ba64a5a.tar.bz2
gentoo-80e0c2b03de04481d30491a15eb27f6a2ba64a5a.zip
dev-python/carbon: Remove old (py2)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/carbon/files/no-data-files.patch')
-rw-r--r--dev-python/carbon/files/no-data-files.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/carbon/files/no-data-files.patch b/dev-python/carbon/files/no-data-files.patch
deleted file mode 100644
index 7b0c52f3948b..000000000000
--- a/dev-python/carbon/files/no-data-files.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Do not install the empty storage dirs and config files to the wrong
-location (the ebuild installs them to the right location by hand).
-
-See Gentoo bug #417221.
-
---- setup.py
-+++ setup.py
-@@ -12,9 +12,6 @@
- setup_kwargs = dict()
-
-
--storage_dirs = [ ('storage/whisper',[]), ('storage/lists',[]),
-- ('storage/log',[]), ('storage/rrd',[]) ]
--conf_files = [ ('conf', glob('conf/*.example')) ]
- #XXX Need a way to have these work for bdist_rpm but be left alone for everything else
- #init_scripts = [ ('/etc/init.d', ['distro/redhat/init.d/carbon-cache',
- # 'distro/redhat/init.d/carbon-relay',
-@@ -32,7 +29,6 @@
- package_dir={'' : 'lib'},
- scripts=glob('bin/*'),
- package_data={ 'carbon' : ['*.xml'] },
-- data_files=storage_dirs + conf_files, # + init_scripts,
- install_requires=['twisted', 'txamqp'],
- **setup_kwargs
- )
-