Skip to content

Commit 9eea50c

Browse files
author
Matthias Koeppe
committed
build/pkgs/toml/spkg-configure.m4: If system tox is used, mark as not required
1 parent fa561b2 commit 9eea50c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build/pkgs/toml/spkg-configure.m4

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
SAGE_SPKG_CONFIGURE([toml], [
2+
sage_spkg_install_toml=yes
3+
], [dnl REQUIRED-CHECK
4+
AC_REQUIRE([SAGE_SPKG_CONFIGURE_TOX])
5+
dnl toml is only needed when we cannot use system tox.
6+
AS_VAR_SET([SPKG_REQUIRE], [$sage_spkg_install_tox])
7+
])

0 commit comments

Comments
 (0)