mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +00:00
python310Packages.oslotest: add missing six dependency
This commit is contained in:
parent
6a048d0ed4
commit
f542b15d75
@ -3,6 +3,7 @@
|
||||
, fetchPypi
|
||||
, fixtures
|
||||
, pbr
|
||||
, six
|
||||
, subunit
|
||||
, callPackage
|
||||
}:
|
||||
@ -10,6 +11,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "oslotest";
|
||||
version = "4.5.0";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
@ -20,6 +22,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
fixtures
|
||||
six
|
||||
subunit
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user