summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-backup/duplicity/files/duplicity-0.8.15-fix-docs-cmd.patch')
-rw-r--r--app-backup/duplicity/files/duplicity-0.8.15-fix-docs-cmd.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/app-backup/duplicity/files/duplicity-0.8.15-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-0.8.15-fix-docs-cmd.patch
deleted file mode 100644
index 0f8277cc7f3f..000000000000
--- a/app-backup/duplicity/files/duplicity-0.8.15-fix-docs-cmd.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- duplicity-0.8.15/setup.py 2020-09-01 15:45:48.664058429 -0400
-+++ duplicity-0.8.15/setup.py 2020-09-01 15:46:44.745709363 -0400
-@@ -93,18 +93,6 @@
- u'bin/rdiffdir.1'
- ]
- ),
-- (u'share/doc/duplicity-%s' % Version,
-- [
-- u'AUTHORS',
-- u'CHANGELOG',
-- u'Changelog.GNU',
-- u'COPYING',
-- u'README',
-- u'README-LOG',
-- u'README-REPO',
-- u'README-TESTING',
-- ],
-- ),
- ]
-
- if not os.environ.get(u'READTHEDOCS') == u'True':
-@@ -340,7 +328,6 @@
- ],
- test_suite=u"testing",
- cmdclass={
-- u"build_scripts": BuildScriptsCommand,
- u"install": InstallCommand,
- u"install_data": InstallDataCommand,
- u"sdist": SdistCommand,