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