diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-09-22 07:39:55 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-10-04 23:43:29 +0200 |
commit | 604a51a75b94e343cf9133be1741583f513360e1 (patch) | |
tree | 9645a4e6283728e8d3dbe05822fbc65d4b30d0a2 /app-forensics | |
parent | sci-astronomy/cpl: remove unused patch(es) (diff) | |
download | gentoo-604a51a75b94e343cf9133be1741583f513360e1.tar.gz gentoo-604a51a75b94e343cf9133be1741583f513360e1.tar.bz2 gentoo-604a51a75b94e343cf9133be1741583f513360e1.zip |
app-forensics/volatility3: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/32984
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/volatility3/files/volatility3-2.4.0-dont-install-tests.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app-forensics/volatility3/files/volatility3-2.4.0-dont-install-tests.patch b/app-forensics/volatility3/files/volatility3-2.4.0-dont-install-tests.patch deleted file mode 100644 index 7bda65385df0..000000000000 --- a/app-forensics/volatility3/files/volatility3-2.4.0-dont-install-tests.patch +++ /dev/null @@ -1,14 +0,0 @@ -Don't install test files -https://bugs.gentoo.org/886031 - ---- a/setup.py -+++ b/setup.py -@@ -40,7 +40,7 @@ setuptools.setup(name = "volatility3", - '': ['development', 'development.*'], - 'development': ['*'] - }, -- packages = setuptools.find_namespace_packages(exclude = ["development", "development.*"]), -+ packages = setuptools.find_namespace_packages(exclude = ["development", "development.*", "test", "test.*"]), - entry_points = { - 'console_scripts': [ - 'vol = volatility3.cli:main', |