Skip to content
Snippets Groups Projects
Commit 2a904872 authored by Stewart Martin-Haugh's avatar Stewart Martin-Haugh Committed by Frank Winklmeier
Browse files

Dependencies required for flake8

parent 9182402e
No related branches found
No related tags found
No related merge requests found
......@@ -160,6 +160,30 @@ _setup_python_package( flake8
DEPENDS pyflakes
SINGLE_VERSION )
# Install configparser:
_setup_python_package( configparser
${CMAKE_CURRENT_SOURCE_DIR}/src/configparser-3.5.0.tar.gz
cfdd915a5b7a6c09917a64a573140538
SINGLE_VERSION )
# Install enum34:
_setup_python_package( enum34
${CMAKE_CURRENT_SOURCE_DIR}/src/enum34-1.1.6.tar.gz
5f13a0841a61f7fc295c514490d120d0
SINGLE_VERSION )
# Install mccabe:
_setup_python_package( mccabe
${CMAKE_CURRENT_SOURCE_DIR}/src/mccabe-0.6.1.tar.gz
723df2f7b1737b8887475bac4c763e1e
SINGLE_VERSION )
# Install :
_setup_python_package( pycodestyle
${CMAKE_CURRENT_SOURCE_DIR}/src/pycodestyle-2.3.1.tar.gz
240e342756af30cae0983b16303a2055
SINGLE_VERSION )
# Install pyinotify:
_setup_python_package( pyinotify
${CMAKE_CURRENT_SOURCE_DIR}/src/pyinotify-0.9.1.tar.gz
......
File added
File added
File added
File added
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