https://bugzilla.redhat.com/show_bug.cgi?id=1119004 --- Comment #3 from Michael Schwendt <bugs.michael@xxxxxxx> --- > A bit complicated, if you want to be lazy, just use this: > > %{python3_sitelib}/* Not good, because it would include the __pycache__ directory that belongs into a different package. The ".*.py[co]" matches are fine but "*%{srcname}*" would have been okay as a lazy solution: %{python3_sitelib}/*%{srcname}* %{python3_sitelib}/__pycache__/*%{srcname}* > Requires: python Unneeded, because there is a better automatic dependency already: $ rpm -qpR python-characteristic-0.1.0-3.fc21.noarch.rpm |grep ^py python python(abi) = 2.7 > Requires: python3 Same here: $ rpm -qpR python3-characteristic-0.1.0-3.fc21.noarch.rpm |grep ^py python(abi) = 3.4 python3 > Koji URL: http://koji.fedoraproject.org/koji/taskinfo?taskID=7134561 Instead of a plain koji build, running "fedora-review -b 1119004" and looking into its various output files is highly recommended for new packagers. -- 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