summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2021-05-01 15:20:45 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2021-05-01 20:40:48 +0200
commit65ea375968005984caee045d534bd139f3d7afda (patch)
tree8bdee37b8d546852eeaa4ac858b676af01772414 /setup.py
parent9d8d64c5e33b77eaa7062b4d120be8e7d6658803 (diff)
get rid of distutils, use packaging
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 94c5ebef4..f5a832c18 100644
--- a/setup.py
+++ b/setup.py
@@ -70,6 +70,7 @@ install_requires = [
# Please note:
# using any other version is not supported by borg development and
# any feedback related to issues caused by this will be ignored.
+ 'packaging',
]
# note for package maintainers: if you package borgbackup for distribution,