summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-backup/duplicity/files/duplicity-0.8.23-fix-docs-cmd.patch')
-rw-r--r--app-backup/duplicity/files/duplicity-0.8.23-fix-docs-cmd.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/app-backup/duplicity/files/duplicity-0.8.23-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-0.8.23-fix-docs-cmd.patch
deleted file mode 100644
index 2497beb25e01..000000000000
--- a/app-backup/duplicity/files/duplicity-0.8.23-fix-docs-cmd.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- duplicity-0.8.23/setup.py 2022-03-19 15:08:36.755624771 -0400
-+++ duplicity-0.8.23/setup.py 2022-03-19 15:09:38.332763172 -0400
-@@ -94,17 +94,6 @@
- u'bin/rdiffdir.1'
- ]
- ),
-- (u'share/doc/duplicity-%s' % Version,
-- [
-- u'CHANGELOG.md',
-- u'CONTRIBUTING.md',
-- u'COPYING',
-- u'README.md',
-- u'README-LOG.md',
-- u'README-REPO.md',
-- u'README-TESTING.md',
-- ],
-- ),
- ]
-
- if not os.environ.get(u'READTHEDOCS') == u'True':