···55, numpy
66, cython
77, zlib
88-, six
98, python-lzo
109, nose
1110}:
···1312buildPythonPackage rec {
1413 pname = "bx-python";
1514 version = "0.10.0";
1616- disabled = pythonOlder "3.6";
1515+ format = "setuptools";
1616+1717+ disabled = pythonOlder "3.7";
17181819 src = fetchFromGitHub {
1920 owner = "bxlab";
···32333334 propagatedBuildInputs = [
3435 numpy
3535- six
3636 python-lzo
3737 ];
3838···4343 postInstall = ''
4444 cp -r scripts/* $out/bin
45454646- # This is a small hack; the test suit uses the scripts which need to
4646+ # This is a small hack; the test suite uses the scripts which need to
4747 # be patched. Linking the patched scripts in $out back to the
4848 # working directory allows the tests to run
4949 rm -rf scripts