Ticket #1417 (closed defect: fixed)
Incorrect use of namespace packages in printing-config and metrics
Reported by: | jdreed | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | The Distant Future |
Component: | -- | Keywords: | |
Cc: | Fixed in version: | debathena-metrics 1.11, debathena-printing-config 1.34.6 | |
Upstream bug: |
Description
Anders notes:
https://pythonhosted.org/setuptools/setuptools.html#namespace-packages - Both packages should specify namespace_packages=['debathena']. (printing-config does, metrics doesn’t.) - Both packages should have a debathena/__init__.py that says: __import__('pkg_resources').declare_namespace(__name__) (printing-config’s is empty and metrics’ is missing.)
Change History
comment:2 Changed 8 years ago by andersk
- Status changed from new to committed
committed 15514913157839e0d22c01a2f38e5ac516dfcf51 (Properly declare debathena as a namespace package) to master
comment:3 Changed 8 years ago by andersk
committed 098b1e065723725eab4fd67f5d2d93a9406c42a2 (Properly declare debathena as a namespace package) to master
Note: See
TracTickets for help on using
tickets.
This is breaking printing on some cluster machines.