py-flake8-polyfill: removing unnecessary build_args (#9284)

This commit is contained in:
Levi Baber 2018-09-28 14:49:45 -05:00 committed by GitHub
parent 6ac167a891
commit 017199b5d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,9 +37,3 @@ class PyFlake8Polyfill(PythonPackage):
extends('python', ignore='bin/(flake8|pyflakes|pycodestyle)')
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