python2Packages.catalogue: remove

This commit is contained in:
Daniël de Kok
2020-06-20 20:47:59 +02:00
parent 916330f28e
commit be79367b25
3 changed files with 4 additions and 28 deletions
@@ -1,6 +1,7 @@
{ stdenv
, buildPythonPackage
, fetchPypi
, pythonOlder
, importlib-metadata
}:
@@ -8,6 +9,8 @@ buildPythonPackage rec {
pname = "catalogue";
version = "2.0.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "34f8416ec5e7ed08e55c10414416e67c3f4d66edf83bc67320c3290775293816";