Ticket #451 (closed defect: fixed)
Python broken by PackageDepSpec changes in r4057
| Reported by: | ciaranm | Owned by: | peper |
|---|---|---|---|
| Priority: | MinorRelease | Milestone: | |
| Component: | bindings/python | Version: | scm |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | 445 | |
| Distribution: |
Description
I broke Python. PackageDepSpec? now no longer has a useful public constructor. Instead, parse_user_package_dep_spec is used. For Ruby, we implement the second parameter as an array, which is either empty or contains only :allow_wildcards.
There's also make_package_dep_spec, which isn't Rubyified. It may or may not be worth implementing for Python.
Change History
Note: See
TracTickets for help on using
tickets.

r4060