diff options
Diffstat (limited to 'databases/py-python-swiftclient/files/patch-setup.cfg')
-rw-r--r-- | databases/py-python-swiftclient/files/patch-setup.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/py-python-swiftclient/files/patch-setup.cfg b/databases/py-python-swiftclient/files/patch-setup.cfg new file mode 100644 index 000000000000..fae6d6ea7406 --- /dev/null +++ b/databases/py-python-swiftclient/files/patch-setup.cfg @@ -0,0 +1,11 @@ +--- setup.cfg.orig 2022-02-23 09:45:42 UTC ++++ setup.cfg +@@ -25,8 +25,6 @@ packages = + [files] + packages = + swiftclient +-scripts = +- bin/swift + data_files = + share/man/man1 = doc/manpages/swift.1 + |