diff options
| author | Simeon Simeonov | 2022-01-29 15:35:32 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2022-01-29 15:35:32 +0100 |
| commit | b9b68e271cdbddae1dacb900ed5162da49dada9f (patch) | |
| tree | 2c4476d64d60a409992449cc625ba5eac68baf56 /app-backup/duplicity/files/duplicity-0.8.20-fix-docs-cmd.patch | |
| parent | 9682c503bdcddc037555d561aa9eb5916ecb60ba (diff) | |
Add Python 3.10 support for app-backup/duplicity
Diffstat (limited to 'app-backup/duplicity/files/duplicity-0.8.20-fix-docs-cmd.patch')
| -rw-r--r-- | app-backup/duplicity/files/duplicity-0.8.20-fix-docs-cmd.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-backup/duplicity/files/duplicity-0.8.20-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-0.8.20-fix-docs-cmd.patch new file mode 100644 index 0000000..6ce5860 --- /dev/null +++ b/app-backup/duplicity/files/duplicity-0.8.20-fix-docs-cmd.patch | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | --- duplicity-0.8.20/setup.py 2021-08-05 09:14:41.483669131 -0400 | ||
| 2 | +++ duplicity-0.8.20/setup.py 2021-08-05 09:15:35.086895059 -0400 | ||
| 3 | @@ -94,17 +94,6 @@ | ||
| 4 | u'bin/rdiffdir.1' | ||
| 5 | ] | ||
| 6 | ), | ||
| 7 | - (u'share/doc/duplicity-%s' % Version, | ||
| 8 | - [ | ||
| 9 | - u'AUTHORS', | ||
| 10 | - u'CHANGELOG.md', | ||
| 11 | - u'COPYING', | ||
| 12 | - u'README.md', | ||
| 13 | - u'README-LOG.md', | ||
| 14 | - u'README-REPO.md', | ||
| 15 | - u'README-TESTING.md', | ||
| 16 | - ], | ||
| 17 | - ), | ||
| 18 | ] | ||
| 19 | |||
| 20 | if not os.environ.get(u'READTHEDOCS') == u'True': | ||
