pythonPackages.bitarray: fix build

remove obsolete patch
This commit is contained in:
Jonathan Ringer
2019-10-26 15:38:03 -07:00
committed by Frederik Rietdijk
parent 749c53f144
commit ea1fc916a0
2 changed files with 0 additions and 109 deletions

View File

@@ -9,9 +9,6 @@ buildPythonPackage rec {
sha256 = "3eb500f8b9cde19e14472fcbee0195dbf0fbac006f8406a03f0cfb495dff20a0";
};
# Delete once https://github.com/ilanschnell/bitarray/pull/55 is merged
patches = [ ./0001-Buffer-Protocol-Py3.patch ];
meta = with lib; {
description = "Efficient arrays of booleans";
homepage = https://github.com/ilanschnell/bitarray;