1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

setup requires Babel aka python3-babel to compile translations

https://forum.f-droid.org/t/f-droid-server-building-error/1670
This commit is contained in:
Hans-Christoph Steiner 2017-12-05 16:11:10 +01:00
parent dda9c8b774
commit a0a68c7a13

View File

@ -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',