diff options
author | David Cantrell <dcantrell@redhat.com> | 2009-09-07 10:19:02 -1000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2009-09-07 10:19:02 -1000 |
commit | 11483ff9444f4eb5efb888e7d20216b923c891bd (patch) | |
tree | 9ea2d845f8f02409c1e8020fbb99ba1c34decc59 /anaconda.spec.in | |
parent | 86330e68477dd4e89f462a966ef900b38b2b5ab6 (diff) | |
download | anaconda-11483ff9444f4eb5efb888e7d20216b923c891bd.tar.gz anaconda-11483ff9444f4eb5efb888e7d20216b923c891bd.tar.xz anaconda-11483ff9444f4eb5efb888e7d20216b923c891bd.zip |
Require python-meh (#521661)
Diffstat (limited to 'anaconda.spec.in')
-rw-r--r-- | anaconda.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in index 1428c53d3..0b9196a31 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -83,6 +83,7 @@ BuildRequires: iscsi-initiator-utils-devel >= %{iscsiver} BuildRequires: s390utils-devel %endif +Requires: python-meh Requires: policycoreutils Requires: rpm-python >= %{rpmpythonver} Requires: comps-extras |