summaryrefslogtreecommitdiffstats
path: root/pyanaconda/packaging/__init__.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2013-02-26 10:08:53 -0500
committerChris Lumens <clumens@redhat.com>2013-02-28 08:46:58 -0500
commitb685e70a65790ca648562192816e3d0af9a7967e (patch)
tree1720ea6a7d58588575eba09cfffce620878e002d /pyanaconda/packaging/__init__.py
parent6552f631e70f2abf136bb51d91cd0e148422f85a (diff)
downloadanaconda-b685e70a65790ca648562192816e3d0af9a7967e.tar.gz
anaconda-b685e70a65790ca648562192816e3d0af9a7967e.tar.xz
anaconda-b685e70a65790ca648562192816e3d0af9a7967e.zip
Revert "Hook up the "Remove Packages" button on the dep solving error screen." (#905899).
This reverts commit f4ec3d682ffd93dfc7105eaa09acdd7fd672a3e8. This patch also removes the button entirely. All I've ever seen it do is reduce the installable package set to something like 30 packages and result in really cryptic bugs about commands that should be there failing to run. It doesn't seem to help in just removing the one or two packages that have a problem, since it looks like it's frequently a core package with the problem.
Diffstat (limited to 'pyanaconda/packaging/__init__.py')
-rw-r--r--pyanaconda/packaging/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pyanaconda/packaging/__init__.py b/pyanaconda/packaging/__init__.py
index e25ebaba4..cba0f79fd 100644
--- a/pyanaconda/packaging/__init__.py
+++ b/pyanaconda/packaging/__init__.py
@@ -600,10 +600,6 @@ class ArchivePayload(ImagePayload):
pass
class PackagePayload(Payload):
- def __init__(self, *args, **kwargs):
- Payload.__init__(self, *args, **kwargs)
- self.skipBroken = False
-
""" A PackagePayload installs a set of packages onto the target system. """
@property
def kernelPackages(self):