lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.bx-python: update disabled

- add format

authored by

Fabian Affolter and committed by
GitHub
8193aa41 00c02166

+4 -4
+4 -4
pkgs/development/python-modules/bx-python/default.nix
··· 5 5 , numpy 6 6 , cython 7 7 , zlib 8 - , six 9 8 , python-lzo 10 9 , nose 11 10 }: ··· 13 12 buildPythonPackage rec { 14 13 pname = "bx-python"; 15 14 version = "0.10.0"; 16 - disabled = pythonOlder "3.6"; 15 + format = "setuptools"; 16 + 17 + disabled = pythonOlder "3.7"; 17 18 18 19 src = fetchFromGitHub { 19 20 owner = "bxlab"; ··· 32 33 33 34 propagatedBuildInputs = [ 34 35 numpy 35 - six 36 36 python-lzo 37 37 ]; 38 38 ··· 43 43 postInstall = '' 44 44 cp -r scripts/* $out/bin 45 45 46 - # This is a small hack; the test suit uses the scripts which need to 46 + # This is a small hack; the test suite uses the scripts which need to 47 47 # be patched. Linking the patched scripts in $out back to the 48 48 # working directory allows the tests to run 49 49 rm -rf scripts