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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user