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
@@ -1,5 +1,5 @@
{ lib, isPy3k, fetchFromGitHub, buildPythonPackage
, six, enum34, pyasn1, cryptography, singledispatch
, six, enum34, pyasn1, cryptography, singledispatch ? null
, fetchPypi, pytestCheckHook }:
buildPythonPackage rec {