diff options
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | gentoo/bcfg2-1.3.0.ebuild (renamed from gentoo/bcfg2-1.2.2.ebuild) | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 7835334da..ae8b6a2d5 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,7 @@ Description: Configuration management client Package: bcfg2-server Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python-lxml (>= 0.9), libxml2-utils (>= 2.6.23), lsb-base (>= 3.1-9), ucf, bcfg2 (= ${binary:Version}), openssl, python-ssl | python2.6 | python3.0 | python3.1 | python3.2, python-gamin +Depends: ${python:Depends}, ${misc:Depends}, python-lxml (>= 0.9), libxml2-utils (>= 2.6.23), lsb-base (>= 3.1-9), ucf, bcfg2 (= ${binary:Version}), openssl, python-ssl | python2.6 | python3.0 | python3.1 | python3.2, python-pyinotify | python-gamin XB-Python-Version: >= 2.4 Recommends: graphviz, patch Suggests: python-cheetah, python-genshi (>= 0.4.4), python-profiler, python-sqlalchemy (>= 0.5.0), python-django, mail-transport-agent, bcfg2-doc (= ${binary:Version}) diff --git a/gentoo/bcfg2-1.2.2.ebuild b/gentoo/bcfg2-1.3.0.ebuild index c054446fe..e6783ec03 100644 --- a/gentoo/bcfg2-1.2.2.ebuild +++ b/gentoo/bcfg2-1.3.0.ebuild @@ -24,9 +24,8 @@ DEPEND="dev-python/setuptools RDEPEND="app-portage/gentoolkit genshi? ( dev-python/genshi ) server? ( - virtual/fam dev-python/lxml - dev-libs/libgamin[python] )" + || ( dev-python/pyinotify dev-libs/libgamin[python] ) )" PYTHON_MODNAME="Bcfg2" |