Shayan Doust pushed to branch master at Debian Med / nanofilt
Commits: 7769382d by Shayan Doust at 2020-06-16T17:37:33+01:00 Add build depends and dependency - - - - - 1 changed file: - debian/control Changes: ===================================== debian/control ===================================== @@ -3,7 +3,14 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Shayan Doust <[email protected]> Section: science Priority: optional -Build-Depends: debhelper-compat (= 13) +Build-Depends: debhelper-compat (= 13), + python3-all, + python3-setuptools, + dh-python, + python3-biopython, + python3-pandas, + python3-pytest, + python3-flake8 Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/med-team/nanofilt Vcs-Git: https://salsa.debian.org/med-team/nanofilt.git @@ -11,8 +18,11 @@ Homepage: https://github.com/wdecoster/nanofilt Package: nanofilt Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends} +Section: python +Depends: ${python3:Depends}, + ${misc:Depends}, + python3-biopython, + python3-pandas Description: filtering and trimming of long read sequencing data Filtering and trimming of long read sequencing data. Filtering on quality and/or read length, and optional trimming after passing filters. View it on GitLab: https://salsa.debian.org/med-team/nanofilt/-/commit/7769382d607efd3f175238b95614e90d8561a97f -- View it on GitLab: https://salsa.debian.org/med-team/nanofilt/-/commit/7769382d607efd3f175238b95614e90d8561a97f You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
