Skip to content
Snippets Groups Projects
Commit 4b8021f0 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'pyfwdbwd' into 'master'

AtlasPyFwdBwdPorts: remove enum34 module

See merge request atlas/athena!22075
parents 9ab94c00 a2c9944d
No related branches found
No related tags found
No related merge requests found
# $Id: CMakeLists.txt 790212 2016-12-16 17:43:15Z ssnyder $
# The name of the package: # The name of the package:
atlas_subdir( AtlasPyFwdBwdPorts ) atlas_subdir( AtlasPyFwdBwdPorts )
...@@ -101,13 +100,7 @@ _setup_python_package( pyflakes ...@@ -101,13 +100,7 @@ _setup_python_package( pyflakes
_setup_python_package( flake8 _setup_python_package( flake8
${CMAKE_CURRENT_SOURCE_DIR}/src/flake8-3.6.0.tar.gz ${CMAKE_CURRENT_SOURCE_DIR}/src/flake8-3.6.0.tar.gz
178485aed0799655d0cbf2e3bdcfaddc 178485aed0799655d0cbf2e3bdcfaddc
DEPENDS pyflakes pycodestyle mccabe enum34 DEPENDS pyflakes pycodestyle mccabe
SINGLE_VERSION )
# Install enum34:
_setup_python_package( enum34
${CMAKE_CURRENT_SOURCE_DIR}/src/enum34-1.1.6.tar.gz
5f13a0841a61f7fc295c514490d120d0
SINGLE_VERSION ) SINGLE_VERSION )
# Install mccabe: # Install mccabe:
......
File deleted
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