Skip to content

Commit 4dbc66f

Browse files
committed
py-logical-unification: add missing build dependency
Closes: https://trac.macports.org/ticket/73156
1 parent 0d5baec commit 4dbc66f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/py-logical-unification/Portfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ checksums rmd160 dbbc4290aa4d5806525af1721c108b37c8ea496e \
2626
python.versions 39 310 311 312 313
2727

2828
if {${name} ne ${subport}} {
29+
depends_build-append \
30+
port:py${python.version}-setuptools_scm
31+
2932
depends_lib-append \
3033
port:py${python.version}-toolz \
3134
port:py${python.version}-multipledispatch

0 commit comments

Comments
 (0)