diff options
author | Tim Laszlo <tim.laszlo@gmail.com> | 2012-05-22 13:15:31 -0500 |
---|---|---|
committer | Tim Laszlo <tim.laszlo@gmail.com> | 2012-05-22 13:43:15 -0500 |
commit | 20b6ed1534baa538d382bba6b369d7e74e95469a (patch) | |
tree | d041e57aad3dcf1e771959768b6924819117816f /misc | |
parent | 583bb62f2da989b2c6e42b99c30978fc4ff87d23 (diff) | |
download | bcfg2-20b6ed1534baa538d382bba6b369d7e74e95469a.tar.gz bcfg2-20b6ed1534baa538d382bba6b369d7e74e95469a.tar.bz2 bcfg2-20b6ed1534baa538d382bba6b369d7e74e95469a.zip |
bcfg2.spec: Move python-nose dependency to bcfg2-server
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bcfg2.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index 9fd4c5a13..2899b4c36 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -51,7 +51,6 @@ BuildRequires: python-sphinx10 BuildRequires: python-sphinx >= 0.6 %endif -Requires: python-nose Requires: python-lxml >= 0.9 %if 0%{?rhel_version} # the debian init script needs redhat-lsb. @@ -107,6 +106,7 @@ Requires: python-lxml >= 1.2.1 %if "%{_vendor}" == "redhat" Requires: gamin-python %endif +Requires: python-nose %description -n bcfg2-server Bcfg2 helps system administrators produce a consistent, reproducible, |