One more formatting change to make flake8 happy.

This commit is contained in:
Kelly (KT) Thompson 2016-08-02 19:05:48 -06:00
parent 9433e84776
commit d7d12aa2dc

View File

@ -50,7 +50,7 @@ class Glib(Package):
def url_for_version(self, version):
"""Handle glib's version-based custom URLs."""
url = 'http://ftp.gnome.org/pub/gnome/sources/glib'
return url+'/%s/glib-%s.tar.xz' % (version.up_to(2), version)
return url + '/%s/glib-%s.tar.xz' % (version.up_to(2), version)
def install(self, spec, prefix):
configure("--prefix=%s" % prefix)