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:34:05 -0500 |
commit | bed31991ee88bb99b3a0489004cbd5e6d1ab7bdd (patch) | |
tree | 3378b27ec9de9fb18c8de7c9cf7452948941584c /misc | |
parent | 6e614d9f9071ecccce376bb5d2a3859db7c23999 (diff) | |
download | bcfg2-bed31991ee88bb99b3a0489004cbd5e6d1ab7bdd.tar.gz bcfg2-bed31991ee88bb99b3a0489004cbd5e6d1ab7bdd.tar.bz2 bcfg2-bed31991ee88bb99b3a0489004cbd5e6d1ab7bdd.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 6ab512e1b..832f6b569 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. @@ -109,6 +108,7 @@ Requires: gamin-python %endif Requires: /usr/sbin/sendmail Requires: /usr/bin/openssl +Requires: python-nose %description server Bcfg2 helps system administrators produce a consistent, reproducible, |