Merge pull request #271724 from mweinelt/zope-configuration-eval-fix
python311Packages.zope-configuration: fix eval without aliases
This commit is contained in:
commit
ab3ea20adf
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
, zope_interface
|
||||
, zope_schema
|
||||
, pytestCheckHook
|
||||
, zope_testing
|
||||
, zope-testing
|
||||
, zope_testrunner
|
||||
, manuel
|
||||
}:
|
||||
|
@ -32,7 +32,7 @@ buildPythonPackage rec {
|
|||
nativeCheckInputs = [
|
||||
manuel
|
||||
pytestCheckHook
|
||||
zope_testing
|
||||
zope-testing
|
||||
zope_testrunner
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue