Opened 9 years ago
Closed 9 years ago
#50029 closed defect (fixed)
py-anyjson: add py35 subport
Reported by: | mamoll (Mark Moll) | Owned by: | blair (Blair Zajac) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | ||
Port: |
Description
A trivial change, needed for py35-celery:
Index: Portfile =================================================================== --- Portfile (revision 143569) +++ Portfile (working copy) @@ -28,7 +28,7 @@ checksums rmd160 c85bad7565e983077ea863ec99ca45048faecb18 \ sha256 37812d863c9ad3e35c0734c42e0bf0320ce8c3bed82cd20ad54cb34d158157ba -python.versions 27 34 +python.versions 27 34 35 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools
Change History (1)
comment:1 Changed 9 years ago by blair (Blair Zajac)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thanks. Fixed in r143623.