vulnix: use zope-testrunner from pythonPackages

This commit is contained in:
Jörg Thalheim 2017-06-18 13:14:26 +01:00
parent 2c5de11979
commit 8581998d7f
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -26,7 +26,7 @@ rec {
url = "https://pypi.python.org/packages/52/b3/a96d62711a26d8cfbe546519975dc9ed54d2eb50b3238d2e6de045764796/ZConfig-3.1.0.tar.gz";
sha256 = "c21fa3a073a56925a8098036d46717392994a92cffea1b3cda3176b70c0a842e";
};
propagatedBuildInputs = with self; [ zope_testrunner ];
propagatedBuildInputs = [ pythonPackages.zope_testrunner ];
meta = with stdenv.lib; {
homepage = "";
license = licenses.zpt21;