https://bugzilla.redhat.com/show_bug.cgi?id=1245330 --- Comment #1 from Nikola Forró <nforro@xxxxxxxxxx> --- Your python2 package needs to provide a python2 version of its name: https://fedoraproject.org/wiki/Packaging:Python#Provides Python3 package shouldn't own %{python3_sitelib}/__pycache__ directory. Rpmlint produces following output on binary packages: python3-sphinxcontrib-programoutput.noarch: W: dangling-relative-symlink /usr/share/doc/python-sphinxcontrib-programoutp ut/html/_static/jquery.js %{_jsdir}/jquery/latest/jquery.min.js python-sphinxcontrib-programoutput.noarch: W: dangling-relative-symlink /usr/share/doc/python-sphinxcontrib-programoutpu t/html/_static/jquery.js %{_jsdir}/jquery/latest/jquery.min.js You need to add web-assets-devel to BR for %{_jsdir} macro expansion. python-sphinxcontrib-programoutput.noarch: E: python-bytecode-wrong-magic-value /usr/lib/python2.7/site-packages/sphinxc ontrib/__pycache__/programoutput.cpython-34.pyc expected 62211 (2.7), found 3310 (3.4) python-sphinxcontrib-programoutput.noarch: W: python-bytecode-without-source /usr/lib/python2.7/site-packages/sphinxcont rib/__pycache__/__init__.cpython-34.pyc It seems like __pycache__ from python3 package is included in python2 package as well. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review