Skip to content

Commit

Permalink
py-tabulate: add missing build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stromnov committed Oct 19, 2022
1 parent 6812ff1 commit 87b21df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/py-tabulate/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ checksums rmd160 06a98e8e7476f5d3f790cb7b08d1bac01ea483ba \
size 81090

if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools_scm \
port:py${python.version}-toml

depends_test-append \
port:py${python.version}-pytest

Expand Down

0 comments on commit 87b21df

Please sign in to comment.