base: Create a new base class for the github loader

This commit is contained in:
Nicolas Dandrimont 2016-10-19 15:40:45 +02:00
parent 3954b5d2ff
commit 4c0699eddc
2 changed files with 67 additions and 1 deletions

5
debian/control vendored
View file

@ -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