diff options
author | Dan McGee <dan@archlinux.org> | 2007-11-13 02:45:03 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-11-15 01:49:50 +0100 |
commit | ceb870655ec5c5efdd694328d0c4b8c98be99ebe (patch) | |
tree | cc8e836397bf649001be9cb307a23c55325c4996 /pactest/pmpkg.py | |
parent | 7219326dd4d01d7e49b8a40746f5495c1c329c9c (diff) | |
download | pacman-ceb870655ec5c5efdd694328d0c4b8c98be99ebe.tar.gz pacman-ceb870655ec5c5efdd694328d0c4b8c98be99ebe.tar.xz |
Remove REQUIREDBY checks from pactest
Remove any checks dealing with requiredby from pactest (but not actually
from the pactests themselves). Of course, we should probably find a new way
to check requiredby values of packages since there is no guarantee our code
is working perfectly.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'pactest/pmpkg.py')
-rwxr-xr-x | pactest/pmpkg.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pactest/pmpkg.py b/pactest/pmpkg.py index 410423da..7b8f81d0 100755 --- a/pactest/pmpkg.py +++ b/pactest/pmpkg.py @@ -54,7 +54,6 @@ class pmpkg: # depends self.depends = [] self.optdepends = [] - self.requiredby = [] # local only self.conflicts = [] self.provides = [] # files |