Skip to content
Snippets Groups Projects
Commit d27018c4 authored by Jörn Künsemöller's avatar Jörn Künsemöller
Browse files

Task LSMR-8: attempt to switch to Python 3

parent 6f1eace4
No related branches found
No related tags found
1 merge request!87Lsmr epic
...@@ -6,7 +6,7 @@ include(FindPython3Module) ...@@ -6,7 +6,7 @@ include(FindPython3Module)
find_python3_module(django REQUIRED) find_python3_module(django REQUIRED)
find_python3_module(rest_framework REQUIRED) # pip install djangorestframework find_python3_module(rest_framework REQUIRED) # pip install djangorestframework
find_python3_module(ldap REQUIRED) find_python3_module(ldap REQUIRED)
find_python3_module(markdown REQUIRED) # find_python3_module(markdown REQUIRED) # FIXME: not discovered
find_python3_module(django_filters REQUIRED) # pip install django-filter find_python3_module(django_filters REQUIRED) # pip install django-filter
set(_py_files set(_py_files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment