[Bug 1177019] Review Request: os-net-config - Host network configuration tool

bugzilla at redhat.com bugzilla at redhat.com
Mon Feb 9 16:49:09 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1177019



--- Comment #5 from Ben Nemec <bnemec at redhat.com> ---
I meant to include this link in my previous comment:
https://fedoraproject.org/wiki/Packaging:Python_Eggs#Upstream_Egg_Packages

In particular:
"An egg package (which is different from egg metadata) contains compiled
bytecode and may, if it contains a C extension, contain compiled binary
extensions as well."

If you look at the egg-info files in our projects, there is no compiled
bytecode or C extensions.  It's just the metadata on stuff like requirements
and package details, which shouldn't be an issue (and are getting regenerated
by python setup.py build anyway).  In the next section they actually recommend
including egg-info files, especially if the upstream project generates them.

-- 
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


More information about the package-review mailing list