python311Packages.asdf-transform-schemas: refactor
This commit is contained in:
parent
f57b25526f
commit
5bc4447326
1 changed files with 2 additions and 2 deletions
|
@ -20,11 +20,11 @@ buildPythonPackage rec {
|
|||
hash = "sha256-gs9MeCV1c0qJUyfyX/WDzpSZ1+K4Nv6IgLLXlhxrRis=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
asdf-standard
|
||||
] ++ lib.optionals (pythonOlder "3.9") [
|
||||
importlib-resources
|
||||
|
|
Loading…
Reference in a new issue