pythonPackages: move python 2 only expressions to python2-packages.nix

This commit is contained in:
Frederik Rietdijk
2021-03-24 17:45:56 +01:00
parent faca299129
commit 1e89d4cccd
50 changed files with 498 additions and 506 deletions

View File

@@ -1,5 +1,6 @@
{ lib, buildPythonPackage, fetchPypi, isPy3k,
six, txaio, twisted, zope_interface, cffi, trollius, futures,
six, txaio, twisted, zope_interface, cffi,
trollius ? null, futures ? null,
mock, pytest, cryptography, pynacl
}:
buildPythonPackage rec {