Fix bindep-fallback for fedora-24

python-zmq was renamed to python2-zmq for fedora-24, account for that.

Change-Id: Ibc6a3b70eb97a293df5295095ba41e05aab5f677
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-01-03 15:32:18 -05:00
parent aad48991a1
commit 9c6240c000
1 changed files with 2 additions and 1 deletions

View File

@ -96,7 +96,8 @@ dev-lang/python [platform:gentoo]
python-libvirt [platform:dpkg]
python-lxml [!platform:gentoo]
dev-python/lxml [platform:gentoo]
python-zmq [!platform:gentoo]
python-zmq [!platform:gentoo !platform:fedora]
python2-zmq [platform:fedora]
dev-python/pyzmq [platform:gentoo]
# Note that python3-all-dev includes python3-all, added
# both here for documentary purpose.