core.lister_base: Batch create origins (storage) & tasks (scheduler)
This commit is contained in:
parent
b272a36237
commit
8b2ee221ac
3 changed files with 32 additions and 8 deletions
3
debian/control
vendored
3
debian/control
vendored
|
@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9),
|
|||
python3-sqlalchemy (>= 1.0),
|
||||
python3-swh.core,
|
||||
python3-swh.scheduler (>= 0.0.31~),
|
||||
python3-swh.storage,
|
||||
python3-swh.storage (>= 0.0.103~),
|
||||
python3-swh.storage.schemata,
|
||||
python3-testing.postgresql,
|
||||
python3-vcversioner,
|
||||
|
@ -24,6 +24,7 @@ Homepage: https://forge.softwareheritage.org/source/swh-lister/
|
|||
Package: python3-swh.lister
|
||||
Architecture: all
|
||||
Depends: python3-swh.scheduler (>= 0.0.31~),
|
||||
python3-swh.storage (>= 0.0.103~),
|
||||
${misc:Depends},
|
||||
${python3:Depends}
|
||||
Breaks: python3-swh.lister.github
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue