python311Packages.subunit: propagate extras

Checking runtime dependencies for python_subunit-1.4.2-py3-none-any.whl
  - extras not installed
This commit is contained in:
Martin Weinelt
2023-12-20 20:45:50 +01:00
parent 1f7541d797
commit 99e72ef582
@@ -7,6 +7,7 @@
, pythonOlder
# python dependencies
, extras
, fixtures
, hypothesis
, pytestCheckHook
@@ -32,7 +33,11 @@ buildPythonPackage {
];
buildInputs = [ check cppunit ];
propagatedBuildInputs = [ testtools ];
propagatedBuildInputs = [
extras
testtools
];
nativeCheckInputs = [
testscenarios