diff --git a/setup.py b/setup.py index 0cd5575..39d9150 100644 --- a/setup.py +++ b/setup.py @@ -106,9 +106,7 @@ def pkgconfig(*packages, **kw): try: subprocess.check_output(["pkg-config", package]) except (subprocess.CalledProcessError, OSError): - print( - "Can't find %s with pkg-config fallback to " "static config" % package - ) + print("Can't find %s with pkg-config fallback to static config" % package) for distutils_key in flag_map: config.setdefault(distutils_key, []).extend( FALLBACK_CONFIG[distutils_key]