python3Packages.zope_i18nmessageid: fix tests

This commit is contained in:
Jonathan Ringer 2020-06-02 21:26:11 -07:00 committed by Jon
parent 0e13f49e7c
commit 7a8434c710

View file

@ -2,6 +2,8 @@
, buildPythonPackage
, fetchPypi
, six
, coverage
, zope_testrunner
}:
buildPythonPackage rec {
@ -15,6 +17,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [ six ];
checkInputs = [ coverage zope_testrunner ];
meta = with stdenv.lib; {
homepage = "https://github.com/zopefoundation/zope.i18nmessageid";
description = "Message Identifiers for internationalization";