Merge pull request #271724 from mweinelt/zope-configuration-eval-fix

python311Packages.zope-configuration: fix eval without aliases
This commit is contained in:
Martin Weinelt 2023-12-02 19:38:41 +01:00 committed by GitHub
commit ab3ea20adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
];