Permalink
Browse files
py-tornado: add missing dependency to py27 subport
- Loading branch information
Showing
with
3 additions
and
1 deletion.
-
+3
−1
python/py-tornado/Portfile
|
|
@@ -49,7 +49,9 @@ if {${name} ne ${subport}} { |
|
|
depends_build-append \ |
|
|
port:py${python.version}-setuptools |
|
|
if {${python.version} == 27} { |
|
|
depends_lib-append port:py${python.version}-monotonic |
|
|
revision 1 |
|
|
depends_lib-append port:py${python.version}-monotonic \ |
|
|
port:py${python.version}-futures |
|
|
} |
|
|
if {${python.version} < 34} { |
|
|
depends_lib-append port:py${python.version}-singledispatch \ |
|
|
|