pythonPackages.bitarray: fix build
remove obsolete patch
This commit is contained in:
committed by
Frederik Rietdijk
parent
749c53f144
commit
ea1fc916a0
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user