python2Packages.singledispatch: python 2 only

This commit is contained in:
Frederik Rietdijk
2021-03-25 08:39:12 +01:00
parent 24896293e4
commit 959d1a4424
8 changed files with 14 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
{ fetchPypi, buildPythonPackage, lib, six, singledispatch, isPy3k
{ fetchPypi, buildPythonPackage, lib, six, singledispatch ? null, isPy3k
, click
, joblib
, regex