py-flake8-polyfill: removing unnecessary build_args (#9284)
This commit is contained in:
parent
6ac167a891
commit
017199b5d6
@ -37,9 +37,3 @@ class PyFlake8Polyfill(PythonPackage):
|
|||||||
|
|
||||||
extends('python', ignore='bin/(flake8|pyflakes|pycodestyle)')
|
extends('python', ignore='bin/(flake8|pyflakes|pycodestyle)')
|
||||||
depends_on('py-flake8', type='run')
|
depends_on('py-flake8', type='run')
|
||||||
|
|
||||||
def build_args(self, spec, prefix):
|
|
||||||
# FIXME: Add arguments other than --prefix
|
|
||||||
# FIXME: If not needed delete this function
|
|
||||||
args = []
|
|
||||||
return args
|
|
||||||
|
Loading…
Reference in New Issue
Block a user