summaryrefslogtreecommitdiffstats
path: root/pactest/pmrule.py
diff options
context:
space:
mode:
Diffstat (limited to 'pactest/pmrule.py')
-rwxr-xr-xpactest/pmrule.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pactest/pmrule.py b/pactest/pmrule.py
index c5682dc1..8b49f5cd 100755
--- a/pactest/pmrule.py
+++ b/pactest/pmrule.py
@@ -86,9 +86,6 @@ class pmrule:
elif case == "OPTDEPENDS":
if not value in newpkg.optdepends:
success = 0
- elif case == "REQUIREDBY":
- if not value in newpkg.requiredby:
- success = 0
elif case == "REASON":
if newpkg.reason != int(value):
success = 0