python3Packages.enamlx: remove obsolete patch

This commit is contained in:
Martin Weinelt 2021-06-20 21:48:02 +02:00
parent 261fc8bc41
commit 34608858db

View file

@ -17,12 +17,6 @@ buildPythonPackage rec {
sha256 = "144bsh6lfrrjk6dygrbc2bfhlv742avj53awxnhgai04hab0214r";
};
patches = [
# Minimally modified version of https://github.com/frmdstryr/enamlx/commit/16df11227b8cee724624541d274e481802ea67e3
# (without the change to setup.py), already on master and expected in the first post-0.4.3 release
./replace-unicode-with-str.patch
];
propagatedBuildInputs = [
enaml
# Until https://github.com/inkcut/inkcut/issues/105 perhaps