Commit 42a063eb authored by Shayan Doust's avatar Shayan Doust
Browse files

Python3 build depends and dependency

parent e5a325b8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -6,7 +6,8 @@ Priority: optional
Build-Depends: debhelper-compat (= 12),
               cmake,
               zlib1g-dev,
	       g++
               python3-all,
               dh-python
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/megahit
Vcs-Git: https://salsa.debian.org/med-team/megahit.git
@@ -16,6 +17,7 @@ Package: megahit
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python3:Depends},
         bzip2,
	 python3-all
Description: ultra-fast and memory-efficient meta-genome assembler
+1 −1
Original line number Diff line number Diff line
@@ -9,4 +9,4 @@ include /usr/share/dpkg/default.mk
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@
	dh $@ --with python3