cleanup
This commit is contained in:
@@ -11,7 +11,10 @@ python3Packages.buildPythonPackage rec {
|
||||
sha256 = "sha256-rEmWsCIBGNmDEecVT8O9O5/E0WVpTfA7amFI70DEmiI=";
|
||||
};
|
||||
|
||||
buildInputs = with python3Packages; [ poetry-core hatchling ];
|
||||
buildInputs = with python3Packages; [
|
||||
poetry-core
|
||||
hatchling
|
||||
];
|
||||
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
aiodns
|
||||
|
||||
Reference in New Issue
Block a user