Opened 11 years ago
Closed 11 years ago
#727 closed defect (fixed)
./setup.py install broken because of missing packages
Reported by: | Simon Fondrie-Teitler | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | programming | Keywords: | |
Cc: | Parent Tickets: |
Description
right now the setuptools variable packages only includes 'mediagoblin'. This causes './setup.py install' or './setup.py build' to only pull in things that are in the package 'mediagoblin$', and nothing else, like mediagoblin.*
Change History (3)
comment:1 by , 11 years ago
Owner: | set to |
---|---|
Status: | new → in_progress |
comment:2 by , 11 years ago
Owner: | removed |
---|---|
Status: | in_progress → review |
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | review → closed |
This has been fixed by moving back to find_packages(). I'm resolving.
Fix is here:
https://gitorious.org/~simonft/mediagoblin/mediagoblin-debian-pkg/commit/afe014207b1186e7496ab89b0a767a004bb302cc
I got the list with:
I'm sure that awk could do it nicer.