https://bugzilla.redhat.com/show_bug.cgi?id=1815810 --- Comment #16 from Neal Gompa <ngompa13@xxxxxxxxx> --- (In reply to Ernestas Kulik from comment #15) > (In reply to Neal Gompa from comment #14) > > More comments: > > > > > %pycached %{python3_sitelib}/%{pypi_name}/__init__.py > > > %pycached %{python3_sitelib}/%{pypi_name}/core.py > > > %pycached %{python3_sitelib}/%{pypi_name}/_version.py > > > > This is completely unnecessary for this module, please just use > > "%{python3_sitelib}/%{pypi_name}/" > > Then for what modules would it be necessary? I much prefer spelling out > every single file so that I know if something disappears either > intentionally or not. %pycached was created to make it easier to package Python modules that just ship a file into %python3_sitelib and capture the cache file along with it. While you can certainly use it with a module that installs properly into a directory providing a namespace, there's no point and any separation would just break the module anyway. You're not subpackaging within that folder tree, so why pretend like you might? -- 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 To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx