Sign in
gbmc
/
openbmc
/
2b84f5b886a67bcd512ce0ed85eaffad8f648bc0
/
.
/
poky
/
meta
/
lib
/
oeqa
/
files
/
maturin
/
guessing-game
/
pyproject.toml
blob: ff35abc472b0b859c6efd1b97fa45b93e0bbb393 [
file
] [
log
] [
blame
]
[
build
-
system
]
requires
=
[
"maturin>=1.0,<2.0"
]
build
-
backend
=
"maturin"
[
tool
.
maturin
]
# "extension-module" tells pyo3 we want to build an extension module (skips linking against libpython.so)
features
=
[
"pyo3/extension-module"
]