chiark / gitweb /
setup requires Babel aka python3-babel to compile translations
authorHans-Christoph Steiner <hans@eds.org>
Tue, 5 Dec 2017 15:11:10 +0000 (16:11 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 6 Dec 2017 19:20:17 +0000 (20:20 +0100)
https://forum.f-droid.org/t/f-droid-server-building-error/1670

setup.py

index a382b254d86de5cea3b906b6df1e7545c479a662..b7ab51e74ce2c9998196efb5e4f0a13913b4c354 100755 (executable)
--- 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',