mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 23:21:27 +00:00
python3Packages.oslo-db: 18.0.0 -> 18.1.0
This commit is contained in:
@@ -22,13 +22,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "oslo-db";
|
||||
version = "18.0.0";
|
||||
version = "18.1.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "oslo_db";
|
||||
inherit version;
|
||||
hash = "sha256-lL/zJBrTie9YZsFpGd4AWuDlud8YFO65TUAnxXUnCSM=";
|
||||
hash = "sha256-B16GziPAwh2x01CR8dyyGwVEnInDpDJtpPLT+4MwIj8=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -44,7 +44,8 @@ buildPythonPackage rec {
|
||||
oslo-utils
|
||||
sqlalchemy
|
||||
stevedore
|
||||
];
|
||||
]
|
||||
++ sqlalchemy.optional-dependencies.asyncio;
|
||||
|
||||
nativeCheckInputs = [
|
||||
aiosqlite
|
||||
|
||||
Reference in New Issue
Block a user