From f3ff013cf01dd641dcf62c040a7f5fded640c6e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bahad=C4=B1r=20Kandemir?= Date: Fri, 28 Jul 2006 23:35:50 +0000 Subject: [PATCH] Package class already have a partOf tag (defined in specfile.Package) --- pisi/metadata.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pisi/metadata.py b/pisi/metadata.py index 7e034f33..f483bd47 100644 --- a/pisi/metadata.py +++ b/pisi/metadata.py @@ -38,10 +38,7 @@ class Source: class Package(specfile.Package): __metaclass__ = autoxml.autoxml - - # if this is working autoxml r0Xx0rz - t_PartOf = [autoxml.String, autoxml.mandatory] - + t_Build = [ autoxml.Integer, autoxml.optional] t_Distribution = [ autoxml.String, autoxml.mandatory] t_DistributionRelease = [ autoxml.String, autoxml.mandatory]