https://bugzilla.redhat.com/show_bug.cgi?id=1262965 Richard Shaw <hobbes1069@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #5 from Richard Shaw <hobbes1069@xxxxxxxxx> --- Ok, like the other comment I found the magic value issue... Rpmlint (installed packages) ---------------------------- python3-setuptools_scm.noarch: E: python-bytecode-wrong-magic-value /usr/lib/python3.4/site-packages/setuptools_scm/utils.pyc expected 3310 (3.4), found 62211 (2.7) python3-setuptools_scm.noarch: E: python-bytecode-wrong-magic-value /usr/lib/python3.4/site-packages/setuptools_scm/hacks.pyc expected 3310 (3.4), found 62211 (2.7) python3-setuptools_scm.noarch: E: python-bytecode-wrong-magic-value /usr/lib/python3.4/site-packages/setuptools_scm/integration.pyc expected 3310 (3.4), found 62211 (2.7) python3-setuptools_scm.noarch: E: python-bytecode-wrong-magic-value /usr/lib/python3.4/site-packages/setuptools_scm/__init__.pyc expected 3310 (3.4), found 62211 (2.7) python3-setuptools_scm.noarch: E: python-bytecode-wrong-magic-value /usr/lib/python3.4/site-packages/setuptools_scm/discover.pyc expected 3310 (3.4), found 62211 (2.7) python3-setuptools_scm.noarch: E: python-bytecode-wrong-magic-value /usr/lib/python3.4/site-packages/setuptools_scm/version.pyc expected 3310 (3.4), found 62211 (2.7) 2 packages and 0 specfiles checked; 6 errors, 0 warnings. --- end --- I looked through the build log and can't find where this is going wrong. It looks like the python2 package is being compiled with python 2.7 and the python3 package is being byte-compiled with python 3.4... Requires -------- python2-setuptools_scm (rpmlib, GLIBC filtered): python(abi) python3-setuptools_scm (rpmlib, GLIBC filtered): python(abi) Should the requires have version numbers? 2.7 and 3.4 respectively? -- 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