Unverified Commit ab3ea20a authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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

python311Packages.zope-configuration: fix eval without aliases
parents c36d884e 5776e40f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
  ];