index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Nagy Gabor <ngaba@bibl.u-szeged.hu> | 2008-07-05 10:48:26 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-07-07 21:14:13 -0500 |
commit | 30702350fa442fd6d450f909cda7124369e68f77 (patch) | |
tree | f580277f225f98161a7139be330de4be0a20dc5b /pactest/tests/remove047.py | |
parent | 72c0ab5c51d5119b6f81c768b1a0f6ff499df292 (diff) |
-rw-r--r-- | pactest/tests/remove047.py | 1 |
diff --git a/pactest/tests/remove047.py b/pactest/tests/remove047.py index 9606c2e3..8bb1a63a 100644 --- a/pactest/tests/remove047.py +++ b/pactest/tests/remove047.py @@ -1,7 +1,6 @@ self.description = "Remove a package required by other packages" lp1 = pmpkg("pkg1") -lp1.requiredby = ["pkg2", "pkg3", "pkg4"] self.addpkg2db("local", lp1) lp2 = pmpkg("pkg2") |