exit 1
fi
elif command -v yum >/dev/null; then
- for package in python-devel python-pip python-virtualenv doxygen ditaa ant libxml2-devel libxslt-devel Cython graphviz; do
+ python_package="python$(rpm --eval '%{python3_pkgversion}')"
+ for package in "$python_package"-devel "$python_package"-pip "$python_package"-virtualenv doxygen ditaa ant libxml2-devel libxslt-devel "$python_package"-Cython graphviz; do
if ! rpm -q --whatprovides $package >/dev/null ; then
missing="${missing:+$missing }$package"
fi
-------------------------
The pubsub sync module requires the creation of a new zone in a `Multisite`_ environment.
-First, a master zone must exist (see: :ref:`master-zone-label`),
-then a secondary zone should be created (see :ref:`secondary-zone-label`).
+First, a master zone must exist, then a secondary zone should be created.
In the creation of the secondary zone, its tier type must be set to ``pubsub``:
::