diff options
author | 2024-04-18 20:01:19 +0200 | |
---|---|---|
committer | 2024-04-18 21:31:43 +0200 | |
commit | 1d525237aadf73d4dd70e1f9468fa6ed6e382377 (patch) | |
tree | fadee765e97d16cfab63fcd96b185dbf0a725dcb /app-admin | |
parent | dev-build/ninja: improve docs support when cross-compiling (diff) | |
download | gentoo-1d525237aadf73d4dd70e1f9468fa6ed6e382377.tar.gz gentoo-1d525237aadf73d4dd70e1f9468fa6ed6e382377.tar.bz2 gentoo-1d525237aadf73d4dd70e1f9468fa6ed6e382377.zip |
app-admin/xkcdpass: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/xkcdpass/files/xkcdpass-1.19.4-no-examples-in-site-packages.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app-admin/xkcdpass/files/xkcdpass-1.19.4-no-examples-in-site-packages.patch b/app-admin/xkcdpass/files/xkcdpass-1.19.4-no-examples-in-site-packages.patch deleted file mode 100644 index c2ad0fe63460..000000000000 --- a/app-admin/xkcdpass/files/xkcdpass-1.19.4-no-examples-in-site-packages.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/setup.py b/setup.py -index 2f35f86..eed1e7b 100644 ---- a/setup.py -+++ b/setup.py -@@ -11,7 +11,7 @@ setup( - description='Generate secure multiword passwords/passphrases, inspired by XKCD', - long_description=open('README.rst', encoding='utf-8').read(), - #packages=['xkcdpass'], -- packages=find_namespace_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), -+ packages=find_namespace_packages(exclude=["examples", "*.tests", "*.tests.*", "tests.*", "tests"]), - zip_safe=False, - license='BSD', - include_package_data=True, |