apple / ccs-calendarserver

The Calendar and Contacts Server.
https://www.calendarserver.org
Apache License 2.0
486 stars 136 forks source link

setup.py fails as data does not exist #464

Closed macosforgebot closed 13 years ago

macosforgebot commented 13 years ago

mail@… originally submitted this as ticket:452


+ cd CalendarServer-3.0.svn7575
+ python setup.py build
Traceback (most recent call last):
  File "setup.py", line 194, in <module>
    doSetup()
  File "setup.py", line 106, in doSetup
    packages         = find_modules(),
  File "setup.py", line 33, in find_modules
    dirs.remove("data")
ValueError: list.remove(x): x not in list
macosforgebot commented 13 years ago

@glyph originally submitted this as comment:1:⁠ticket:452


I just broke this, I should fix it shortly.

macosforgebot commented 13 years ago

@glyph originally submitted this as comment:2:⁠ticket:452


Thanks for the bug report. Should be fixed in r7577.