c709ecd36b
python2 support has been dropped since version 2.0.0 and3a9f92d67b
resulting in the following build failure since bump to version 2.1.1 in commitbcb85b2e59
: error: File "/usr/lib/python2.7/site-packages/enumfields/fields.py", line 134 *super().check(**kwargs), ^ SyntaxError: invalid syntax Fixes: - http://autobuild.buildroot.org/results/3fd79ed7bbcad202fc7ac07252cdf57c599dac30 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
8 lines
194 B
Plaintext
8 lines
194 B
Plaintext
config BR2_PACKAGE_PYTHON_DJANGO_ENUMFIELDS
|
|
bool "python-django-enumfields"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
help
|
|
Real Python Enums for Django.
|
|
|
|
https://github.com/hzdg/django-enumfields
|