bmap-tools: switch to Python 3

Python 3 has been supported by bmap-tools for several years:

https://github.com/intel/bmap-tools/commit/8ad1608ebc7ec4512e5e47cc81ace440ce5a2a15
This commit is contained in:
Daniël de Kok
2021-02-16 09:03:59 +01:00
parent 80c4f58708
commit 9f58817948
+2 -2
View File
@@ -1,6 +1,6 @@
{ lib, fetchFromGitHub, python2Packages }:
{ lib, fetchFromGitHub, python3Packages }:
python2Packages.buildPythonApplication rec {
python3Packages.buildPythonApplication rec {
pname = "bmap-tools";
version = "3.6";