Skip to content

Commit

Permalink
py-tensorflow: Add py-wrapt dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cjones051073 committed Jul 2, 2019
1 parent cba28bb commit d0199fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/py-tensorflow/Portfile
Expand Up @@ -78,7 +78,8 @@ if {${name} ne ${subport}} {
port:py${python.version}-termcolor \ port:py${python.version}-termcolor \
port:py${python.version}-keras \ port:py${python.version}-keras \
port:py${python.version}-absl \ port:py${python.version}-absl \
port:py${python.version}-future port:py${python.version}-future \
port:py${python.version}-wrapt
if {${python.version} < 34} { if {${python.version} < 34} {
depends_lib-append \ depends_lib-append \
port:py${python.version}-backports.weakref \ port:py${python.version}-backports.weakref \
Expand Down

0 comments on commit d0199fa

Please sign in to comment.