python310Packages.fixtures: propagate implicit six dependency

main
Jonathan Ringer 2 years ago
parent 24ac7e1235
commit 3709c129ef
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
  1. 2
      pkgs/development/python-modules/fixtures/default.nix

@ -7,6 +7,7 @@
, testtools
, mock
, python
, six
}:
buildPythonPackage rec {
@ -33,6 +34,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
testtools
six # not in install_requires, but used in fixture.py
];
checkInputs = [

Loading…
Cancel
Save