Skip to content
Snippets Groups Projects
Verified Commit 7ecef54a authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

d/control: Adapt to latest dependency on loader-core and storage

Related T871
parent dbcea995
No related branches found
Tags v0.0.18
No related merge requests found
......@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
python3-django-nose,
python3-vcversioner,
python3-swh.core (>= 0.0.36~),
python3-swh.loader.core (>= 0.0.26~),
python3-swh.loader.core (>= 0.0.27~),
python3-swh.loader.tar (>= 0.0.32~),
python3-swh.scheduler (>= 0.0.19~),
python3-django,
......@@ -33,7 +33,7 @@ Package: python3-swh.deposit.loader
Conflict: python3-swh.deposit.injection
Architecture: all
Depends: python3-swh.core (>= 0.0.36~),
python3-swh.loader.core (>= 0.0.26~),
python3-swh.loader.core (>= 0.0.27~),
python3-swh.loader.tar (>= 0.0.32~),
python3-swh.scheduler (>= 0.0.19~),
python3-requests,
......
swh.core >= 0.0.36
swh.loader.tar >= 0.0.32
swh.loader.core >= 0.0.26
swh.loader.core >= 0.0.27
swh.scheduler >= 0.0.19
......@@ -128,9 +128,9 @@ class SWHDepositReadMetadata(SWHGetDepositAPI, SWHPrivateAPIView):
'metadata': {}
}),
'tool': ('dict', {
'tool_name': 'swh-deposit',
'tool_version': '0.0.1',
'tool_configuration': {
'name': 'swh-deposit',
'version': '0.0.1',
'configuration': {
'sword_version': '2'
}
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment