From a0a68c7a1371ec3f9fb7b6b5f101b611a70913c8 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 5 Dec 2017 16:11:10 +0100 Subject: [PATCH] setup requires Babel aka python3-babel to compile translations https://forum.f-droid.org/t/f-droid-server-building-error/1670 --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index a382b254..b7ab51e7 100755 --- a/setup.py +++ b/setup.py @@ -78,6 +78,9 @@ setup(name='fdroidserver', data_files=get_data_files(), python_requires='>=3.4', cmdclass={'versioncheck': VersionCheckCommand}, + setup_requires=[ + 'babel', + ], install_requires=[ 'clint', 'GitPython', -- 2.30.2