remove spurious print in zlib patch method
This commit is contained in:
parent
7bb7b94666
commit
e0d22519cd
@ -31,10 +31,6 @@ class Zlib(Package):
|
|||||||
|
|
||||||
patch('w_patch.patch', when="@1.2.11%cce")
|
patch('w_patch.patch', when="@1.2.11%cce")
|
||||||
|
|
||||||
@when('%pgi')
|
|
||||||
def patch(self):
|
|
||||||
print "patching"
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def libs(self):
|
def libs(self):
|
||||||
shared = '+shared' in self.spec
|
shared = '+shared' in self.spec
|
||||||
|
Loading…
Reference in New Issue
Block a user