mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	https://github.com/mbello/memory-tempfile Create temporary files and temporary dirs in memory-based filesystems on Linux
		
			
				
	
	
		
			11 lines
		
	
	
		
			291 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			291 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git a/pyproject.toml b/pyproject.toml
 | |
| index 1509f88..e984dc5 100644
 | |
| --- a/pyproject.toml
 | |
| +++ b/pyproject.toml
 | |
| @@ -19,4 +19,4 @@ pytest-benchmark = "^3.2.3"
 | |
|  
 | |
|  [build-system]
 | |
|  requires = ["poetry>=0.12"]
 | |
| -build-backend = "poetry.masonry.api"
 | |
| +build-backend = "poetry.core.masonry.api"
 |