%include // some list ctor requires a ChangelogEntry default ctor // but we don't have one. %ignore std::list::list; #ifdef SWIGPYTHON %ignore std::list::resize; #endif namespace zypp { typedef ::std::list Changelog; %template(Changelog) ::std::list; }