python3Packages.zope_i18nmessageid: fix tests
This commit is contained in:
parent
0e13f49e7c
commit
7a8434c710
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user