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_interface
|
||||||
, zope_schema
|
, zope_schema
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, zope_testing
|
, zope-testing
|
||||||
, zope_testrunner
|
, zope_testrunner
|
||||||
, manuel
|
, manuel
|
||||||
}:
|
}:
|
||||||
|
@ -32,7 +32,7 @@ buildPythonPackage rec {
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
manuel
|
manuel
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
zope_testing
|
zope-testing
|
||||||
zope_testrunner
|
zope_testrunner
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue