[pygobject] Broken dsextras.py pkg-config check error message
- From: John Stowers <jstowers src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject] Broken dsextras.py pkg-config check error message
- Date: Thu, 14 Oct 2010 20:22:41 +0000 (UTC)
commit b5f383f854fb8f72677828b029589320c59006d1
Author: John Stowers <john stowers gmail com>
Date: Fri Oct 15 09:21:03 2010 +1300
Broken dsextras.py pkg-config check error message
* Fixes bug 631962
dsextras.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/dsextras.py b/dsextras.py
index db771f2..2b44a20 100644
--- a/dsextras.py
+++ b/dsextras.py
@@ -312,7 +312,7 @@ class PkgConfigExtension(Extension):
self.can_build_ok = 1
return 1
else:
- print ("Warning: Too old version of %s" % self.pkc_name)
+ print ("Warning: Too old version of %s" % package)
print (" Need %s, but %s is installed" % \
(version, orig_version))
self.can_build_ok = 0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]