Liubov Chuprikova pushed to branch master at Debian Med / q2-demux
Commits: 6a574267 by Liubov Chuprikova at 2019-06-04T13:59:23Z Add dependencies - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,5 +1,7 @@ q2-demux (2019.4.1-1) UNRELEASED; urgency=medium * Initial release (Closes: #<bug>) + TODO: Package + q2templates -- Liubov Chuprikova <[email protected]> Tue, 04 Jun 2019 02:56:10 +0200 ===================================== debian/control ===================================== @@ -3,7 +3,11 @@ Section: science Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Liubov Chuprikova <[email protected]> -Build-Depends: debhelper (>= 12~) +Build-Depends: debhelper (>= 12~), + dh-python, + python3, + python3-setuptools, + nodejs Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/med-team/q2-demux Vcs-Git: https://salsa.debian.org/med-team/q2-demux.git @@ -11,7 +15,19 @@ Homepage: https://qiime2.org/ Package: q2-demux Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python3:Depends}, + python3-setuptools, + python3-numpy, + python3-pandas, + python3-skbio, + python3-seaborn, + python3-yaml, + python3-psutil, + python3-ipywidgets, + qiime, + q2-types Description: QIIME 2 plugin for demultiplexing of sequence reads QIIME 2 is a powerful, extensible, and decentralized microbiome analysis package with a focus on data and analysis transparency. QIIME 2 enables View it on GitLab: https://salsa.debian.org/med-team/q2-demux/commit/6a574267afde1c76965e2d1918df9657d567b77f -- View it on GitLab: https://salsa.debian.org/med-team/q2-demux/commit/6a574267afde1c76965e2d1918df9657d567b77f 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
