https://bugzilla.redhat.com/show_bug.cgi?id=1262965
Richard Shaw hobbes1069@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
--- Comment #5 from Richard Shaw hobbes1069@gmail.com --- 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?