base: Create a new base class for the github loader
This commit is contained in:
parent
3954b5d2ff
commit
4c0699eddc
2 changed files with 67 additions and 1 deletions
5
debian/control
vendored
5
debian/control
vendored
|
@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 9),
|
|||
python3-redis,
|
||||
python3-setuptools,
|
||||
python3-swh.core,
|
||||
python3-swh.scheduler (>= 0.0.10~),
|
||||
python3-swh.storage,
|
||||
python3-vcversioner
|
||||
Standards-Version: 3.9.6
|
||||
|
@ -18,5 +19,7 @@ Homepage: https://forge.softwareheritage.org/diffusion/DLSGH/
|
|||
|
||||
Package: python3-swh.lister.github
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, ${python3:Depends}
|
||||
Depends: python3-swh.scheduler (>= 0.0.10~),
|
||||
${misc:Depends},
|
||||
${python3:Depends}
|
||||
Description: Software Heritage GitHub lister
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue