Use poetry-core build system
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 1 Oct 2021 15:49:23 +0000 (11:49 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Fri, 1 Oct 2021 15:54:21 +0000 (11:54 -0400)
This allows building the project on a system without installing the full
poetry tooling and all its dependencies but only the minimal poetry-core
package while maintaining the current workflow for developers.

Introduced in poetry '1.1.0'.

Change-Id: I5be7e8d962f385cabb583666aeda8543f592ba66
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
pyproject.toml

index 8b853f7d152133417adad711d1861747cd524880..53b9a8e6963c8dc4b0a760c54c14796d1c00a670 100644 (file)
@@ -22,8 +22,8 @@
 # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 [build-system]
-requires = ['poetry>=0.12']
-build-backend = 'poetry.masonry.api'
+requires = ['poetry-core']
+build-backend = 'poetry.core.masonry.api'
 
 [tool.poetry]
 name = 'barectf'
This page took 0.0305 seconds and 4 git commands to generate.