bowlofeggs reported a new issue against the project: `releng` that you are following: `` Greetings!
I've discovered that [Bodhi doesn't build in F27](https://koji.fedoraproject.org/koji/taskinfo?taskID=22659036) as of recently, as libtomcrypt doesn't seem to be available in the buildroot:
``` - nothing provides libtomcrypt.so.0()(64bit) needed by python2-crypto-2.6.1-17.fc27.s390x ```
I [reported this](https://bugzilla.redhat.com/show_bug.cgi?id=1505641) to the libtomcrypt maintainer, who pointed out that it seems to be tagged correctly. I then realized that I was able to install it in an f27 container as well:
``` $ sudo docker run --rm registry.fedoraproject.org/fedora:27 dnf install python2-crypto -y ```
Is there maybe something wrong with the f27 buildroot that causes this issue? ``
To reply, visit the link below or just reply to this email https://pagure.io/releng/issue/7110