mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00
Add the build system updates required for python-dxf
This commit is contained in:
parent
391224c48d
commit
0510bf88c1
2 changed files with 7 additions and 0 deletions
|
@ -13847,6 +13847,9 @@
|
|||
"python-dotenv": [
|
||||
"setuptools"
|
||||
],
|
||||
"python-dxf": [
|
||||
"setuptools"
|
||||
],
|
||||
"python-ecobee-api": [
|
||||
"setuptools"
|
||||
],
|
||||
|
@ -18616,6 +18619,9 @@
|
|||
"wurlitzer": [
|
||||
"setuptools"
|
||||
],
|
||||
"www-authenticate": [
|
||||
"setuptools"
|
||||
],
|
||||
"wxpython-4-0": [
|
||||
"setuptools"
|
||||
],
|
||||
|
|
|
@ -383,6 +383,7 @@ lib.composeManyExtensions [
|
|||
"38.0.3" = "sha256-lzHLW1N4hZj+nn08NZiPVM/X+SEcIsuZDjEOy0OOkSc=";
|
||||
"38.0.4" = "sha256-BN0kOblUwgHj5QBf52RY2Jx0nBn03lwoN1O5PEohbwY=";
|
||||
"39.0.0" = "sha256-clorC0NtGukpE3DnZ84MSdGhJN+qC89DZPITZFuL01Q=";
|
||||
"39.0.2" = "sha256-Admz48/GS2t8diz611Ciin1HKQEyMDEwHxTpJ5tZ1ZA=";
|
||||
}.${version} or (
|
||||
lib.warn "Unknown cryptography version: '${version}'. Please update getCargoHash." lib.fakeHash
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue