aboutsummaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-02-28 13:04:12 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2021-02-28 22:41:41 +0200
commiteacd43d5b515af928ef839427900c79b90fc8fb0 (patch)
tree576043d8e862db0e4fd40d632f76676468b566db /packaging
parent5e95f137376088d42b5a8a5df01438049749774c (diff)
downloadmeson-eacd43d5b515af928ef839427900c79b90fc8fb0.zip
meson-eacd43d5b515af928ef839427900c79b90fc8fb0.tar.gz
meson-eacd43d5b515af928ef839427900c79b90fc8fb0.tar.bz2
Add filecmp to list of bundled modules. Closes #8431. [skip ci]
Diffstat (limited to 'packaging')
-rw-r--r--packaging/createmsi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/createmsi.py b/packaging/createmsi.py
index 214fc4d..c69b495 100644
--- a/packaging/createmsi.py
+++ b/packaging/createmsi.py
@@ -139,6 +139,7 @@ class PackageGenerator:
'distutils.version',
'distutils.command.build_ext',
'distutils.command.build',
+ 'filecmp',
]
def build_dist(self):