bmap-tools: switch to Python 3

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

8ad1608ebc
This commit is contained in:
Daniël de Kok 2021-02-16 09:03:59 +01:00
parent 80c4f58708
commit 9f58817948

View file

@ -1,6 +1,6 @@
{ lib, fetchFromGitHub, python2Packages }:
{ lib, fetchFromGitHub, python3Packages }:
python2Packages.buildPythonApplication rec {
python3Packages.buildPythonApplication rec {
pname = "bmap-tools";
version = "3.6";