mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
python312Packages.alembic: use pyproject = true
This commit is contained in:
parent
d2766f5b11
commit
edafbdd05a
@ -22,7 +22,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "alembic";
|
||||
version = "1.13.1";
|
||||
format = "setuptools";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
@ -31,11 +31,11 @@ buildPythonPackage rec {
|
||||
hash = "sha256-STLIVYv2jy7pK5u8uCGGccYnBk1bCJOUN69td9wF5ZU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
mako
|
||||
sqlalchemy
|
||||
typing-extensions
|
||||
|
Loading…
Reference in New Issue
Block a user